Use a Do-While loop to Create options for a program | C Programming |

preview_player
Показать описание
This program utilizes a Do-while loop and uses it as a means to perform input validation for a simple calculator program. Learn to Code with C Programming. The program is meant to give the user an option to perform an operation until the user decides to quit. The user can quit the program by typing in 99.

I hope it was useful!

#godfredtech #coding

Please consider leaving a like and Subscribe for more.
Also, feel free to leave a comment on any questions you have concerning this topic!
Рекомендации по теме
Комментарии
Автор

Please leave a LIKE if this helped you !

GodfredTech
Автор

thanks for this, i appreciate ur help..🤍✨
but i have a question, what if we want to let the user enter a number then the program should do its multiplication and its sum
for example: 5
its sum :5+4+3+2+1
its multy:5*4*3*2*1

ayatmichannel