Create A Menu Using A Switch Statement | C Programming Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I was 2 days trapped in this and you came here with this video and save me thank you !

lordrodrig
Автор

Hi, very thankful to your generosity, I have no word. THANK YOU

naboulsikhalid
Автор

hey im 1 year late but i was wondering why you had to include ' int choice = 0' at the start instead of just int choice since choice was going to be a stored value

ilovekyries
Автор

What should I do if I clicked the wrong button, and I want to repeat the process again. What code should I use or add in the program?

rheamaebumanglag
Автор

but how to write a condition that won't accept an entered amount in withdraw option if it will make the balance a negative number?

janing
Автор

is there a way to stay on one option and require the user to input control to return to the menu page?

runyuyu
Автор

why if I use exit(0), it says the exit was not declared? and how to exit from the switch, cause I want to ask whether the user wants to go the menu back or exit the program

azwanazman
Автор

What does the while(true) means or does?

ilyassilyass
Автор

is there anyway you can do this but with these choices?

Enter 3 grades
Show average (with the 3 grades) and letter grade
Show highest grade
Show lowest grade
Exit

Meiyourenn