I tried to get cout to view after do while loop but I can't
do{
}while (number != Rand);
cout<< "Got it";
return 0;
the word "Got it" never show.
Please help.
Thanks.
do{
}while (number != Rand);
cout<< "Got it";
return 0;
the word "Got it" never show.
Please help.
Thanks.
Comment