How can I use While True loop in this basic c# calculator | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I use While True loop in this basic c# calculator

https://code.sololearn.com/cDtypUZ2QHzQ/?ref=app

4th Dec 2020, 8:45 AM
Akif Tahmid
Akif Tahmid - avatar
2 Answers
+ 8
4th Dec 2020, 8:58 AM
Piyush
Piyush - avatar
+ 1
Before you go there, have you decided how the loop should terminate? what condition will stop the loop? This is important cause without this, a while(true) loop runs for eternity (figuratively).
4th Dec 2020, 8:57 AM
Ipang