Why do we need to provide all the user inputs at once during the program start in SOLO-LEARN? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why do we need to provide all the user inputs at once during the program start in SOLO-LEARN?

I want SOLO-LEARN to ask for the user input one by one instead providing at once, which is annoying. Is it possible?

19th Nov 2016, 8:45 AM
Khizar Ahmed
Khizar Ahmed - avatar
1 Answer
+ 5
playground compiler is online, it does not compile your code here. It read code line as normal text and then search your input code like cin is input code in c++. Then it pop up a box and take input send your input and code to compiler as sequence and than send you a output. You should use cppdroid or other offline c++ compiler. Also they can create that type of app. But there is nothing like this. use offline compilers.
19th Nov 2016, 8:50 AM
Aditya kumar pandey
Aditya kumar pandey - avatar