Hey everyone, I've got a computer science class and we're working on
C++. I am struggling with nested loops and have a really simple
assignment, but I can't get it to run the loop. I need to run a loop
that has someone guess at a number 5 times and if they get 45, it
tells them how many guesses they needed. It also has to tell them if
they leave the range of guesses from 0 to 100.
I need help.
Can somebody help me please!!!
Stan.
C++. I am struggling with nested loops and have a really simple
assignment, but I can't get it to run the loop. I need to run a loop
that has someone guess at a number 5 times and if they get 45, it
tells them how many guesses they needed. It also has to tell them if
they leave the range of guesses from 0 to 100.
I need help.
Can somebody help me please!!!
Stan.
Comment