+ 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??
4 ответов
+ 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.
+ 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!
+ 2
ah sorry for ur trouble i have got my ans😅
+ 1
No problem.
Just Learning !