User profile: Shifty189

User info
User name:Shifty189
History
Joined:
Number of posts:29
Latest posts:

text keep repeating
Please don't make repeat threats. I have already pointed you in the correct direction in your other ...

how to exit code
your loops are all messed up. line 14 will never run because you never defined it with {} again on l...

Loops
In 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 program
i 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...