Split input into mutiple lines means what | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Split input into mutiple lines means what

in my pgm there we need to give input through keyboard..I m getting such error

23rd Apr 2017, 12:32 PM
shweta
5 Answers
+ 12
It's not an error. In code playground, all inputs to the program should be given at once. And, multiple inputs should be given in multiple lines. If you want to give 10 and 20 as inputs, write 10 20
23rd Apr 2017, 12:34 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 9
It means you have to input a separate line for every input your program takes. Enter a value, line break, enter a value, line break and so on. Code playground reads all inputs at the beginning.
23rd Apr 2017, 12:35 PM
Tashi N
Tashi N - avatar
+ 9
If the keyboard is not showing on your device when inputs are required, send an email to info@sololearn.com to report the bug. Pls add information about your device (OS) to the email.
23rd Apr 2017, 12:44 PM
Tashi N
Tashi N - avatar
+ 1
done ..I understood..
23rd Apr 2017, 12:45 PM
shweta
0
but I m not able to write ..it is not displaying keypad
23rd Apr 2017, 12:35 PM
shweta