What does input code mean | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What does input code mean

13th Mar 2019, 11:31 AM
👑Dave
👑Dave - avatar
5 Answers
+ 10
You have to write something for example Number or text
15th Mar 2019, 10:57 AM
Sławek J.
+ 7
Split multiple line input into separate lines is just on sololearn, because we need to send data to sololearn server and than got response. So here you need to put all your input at onse. Example: 2 (first input) 3 (seccond input) + (third input) dont write like this 2 3 + most users here write in coments of code what you need to input to see result
13th Mar 2019, 11:53 PM
PanicS
PanicS - avatar
+ 6
Input allow you to write anything and program(code) will do something. Example someone make calculator and wont from you to input numbers and operators, whan you input this you got answer.
13th Mar 2019, 11:49 PM
PanicS
PanicS - avatar
+ 3
Please explain your question
13th Mar 2019, 11:55 AM
Sarthak Pokhrel
Sarthak Pokhrel - avatar
+ 2
If i want to run a code written by someone else especially CPP it says "looks like your code needs an input,split multiple line input into separate lines" please help me out
13th Mar 2019, 12:31 PM
👑Dave
👑Dave - avatar