I am new both at c and on this app, can anyone explain why my program is not giving output?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I am new both at c and on this app, can anyone explain why my program is not giving output??

it is saying '' I have to split multiple input '' what does mean??

2nd Jun 2021, 11:02 AM
Brat__
Brat__ - avatar
4 Answers
+ 1
That means when your program needs two or more inputs from user, here in SoloLearn you can achieve this entering each input in a new line. Example : hi integer 321 True [1,2,3] all those are used in the same order as input requests are, so be careful at this point. Also all inputs are parsed as strings, so be sure to convert them as you want those.
2nd Jun 2021, 1:23 PM
Ervis Meta
Ervis Meta - avatar
+ 6
Iffat , can you please be so kind and post a complete description of your task, also the code that you have done so far? thanks for your understanding!
2nd Jun 2021, 2:22 PM
Lothar
Lothar - avatar
+ 2
ah sorry for ur trouble i have got my ans😅
8th Jun 2021, 3:07 AM
Brat__
Brat__ - avatar
+ 1
No problem. Just Learning !
8th Jun 2021, 4:32 AM
Ervis Meta
Ervis Meta - avatar