Any button input | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Any button input

How can i make my prgram paused until the user enter any key like If(any key is enterd) { program starts to run}

28th Sep 2019, 9:24 AM
Abdullaa Taha
Abdullaa Taha - avatar
2 Answers
+ 2
I would reverse the logic... Pseudo: If( string.notEmpty(); )
28th Sep 2019, 11:18 AM
HNNX 🐿
HNNX 🐿 - avatar
28th Sep 2019, 10:23 AM
Ipang