0
Question
Isn’t there an input box in SoloLearn’s terminal where we can answer previous questions in C language? Or is it only possible to get input when we have just ran our code?
2 Respuestas
+ 2
Unfortunately with Sololearn's system, you must put in all input at once at the start. Each call to take input will take a line of input so if you have multiple calls, seperate them by a line break (Enter)
+ 1
Chris Thank you!