how to create a program that continuously ask the user to choose from the options in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

how to create a program that continuously ask the user to choose from the options in c

28th Nov 2022, 3:11 PM
JEm Sevillano
JEm Sevillano - avatar
1 Answer
+ 3
Learn how to make use of loops, especially the do...while loop. It is available in the C language tutorial.
28th Nov 2022, 3:34 PM
Ipang