Question: What mistake did make in this program? #include #include using namespace std; int main ( ) { const int apple = 0 ; const int
What mistake did make in this program?
#include
#include
using namespace std;
int main
const int apple ;
const int doc ;
const int horse ;
int seed;
cout "Enter seed for random number generation: ;
cin seed; Input seed for random number generation
srandseed; Seed the random number generator
string player player;
cout "Enter names of player and player : ;
cin player player; Input player names
int rounds rand; Generate a random number of rounds to
cout player vs player for rounds rounds" endl;
return ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
