2012-05-02, 02:50 AM
You could clear the value of the userinput inside each if?
Also remember to have the command to make the user input something INSIDE the while loop.
(Also if this is C+ why not use the Do-While? its almost the same thing iirc, but it will run at least once)
Also remember to have the command to make the user input something INSIDE the while loop.
(Also if this is C+ why not use the Do-While? its almost the same thing iirc, but it will run at least once)

