text keep repeating Please don't make repeat threats. I have already pointed you in the correct direction in your other ...
how to exit codeyour loops are all messed up. line 14 will never run because you never defined it with {} again on l...
LoopsIn line 9 you tell the compiler that the variable prompt is an integer, but in line 27 you are basin...
How to immediately stop my programi believe your looking for the exit command http://www.cplusplus.com/reference/cstdlib/exit/
For Loop (Help Needed) For loops are most often used to create bits of code that will run a specific number of times. for i...