0
Guys i need to make a prog which hv a few selections n if the user input the wrong choice they need to reenter it. Can u help me
this is in C programming language and i seems cant find how i should write so the instruction will say to reenter the choice if the user input wrong choice. thanks guys
1 Resposta
+ 2
Hi muhdfaiz One of the alternatives is to use the "while" loop and a conditional inside that checks the response.