Can I create a loop which is always asking me something and reacting to the diferent questions? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I create a loop which is always asking me something and reacting to the diferent questions?

14th Dec 2017, 5:11 PM
Iván Hidalgo
6 Answers
+ 5
Anytime
14th Dec 2017, 5:19 PM
Meharban Singh
Meharban Singh - avatar
+ 4
while(true){} OR for(;;){} these are infinite loops, make sure to break them on a certain condition.
14th Dec 2017, 5:12 PM
Meharban Singh
Meharban Singh - avatar
+ 4
while(true) { // if user selects quit/exit, break loop with break; }
14th Dec 2017, 6:13 PM
AgentSmith
+ 4
not in sololearn
14th Dec 2017, 6:34 PM
Oma Falk
Oma Falk - avatar
+ 1
Thanks
14th Dec 2017, 5:14 PM
Iván Hidalgo
0
That’s how AI was invented😆
14th Dec 2017, 10:59 PM
Andrey😎
Andrey😎 - avatar