I need to repeat a set of instructions but if the user enters a certain character or number e.g. 0; the program should stop...
what methods can I use for this?
I have tried to use a "for" method but there is no way to break the cycle!
and so I have tried a "while" method too but our handbook fails to specify how to stop a program.
please help me asap!
what methods can I use for this?
I have tried to use a "for" method but there is no way to break the cycle!
and so I have tried a "while" method too but our handbook fails to specify how to stop a program.
please help me asap!
Comment