I Need this Program Explaind to me in extrem detail (my friendis to smart for me to understand and prof cant help). Also, wouldlike to know sites that can help me understand C++ better/faster.This program is a Black Jack game. I am using Dev-C++ compiler ifthat means anything (I’m assuming all C++ compilers are the same),no?
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <algorithm>
void printData(int pTotal, int dCard) {
std::cout << “nYour total is ” << pTotal;
std::cout << “nDealer has a ” << dCard << “showing.n”;
}
int getCard() {
return std::rand() % 11 + 2;
}
void turn(int& pTotal, char choice, bool& stay) {
// If the user wants to
PayPal Gateway not configured
PayPal Gateway not configured