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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

18th Apr 2018, 6:22 PM
muhdfaiz
muhdfaiz - avatar
1 Answer
+ 2
Hi muhdfaiz One of the alternatives is to use the "while" loop and a conditional inside that checks the response.
18th Apr 2018, 6:59 PM
Luciano Ariel Caputi
Luciano Ariel Caputi - avatar