0
4 Réponses
+ 1
thats because sololearn takes all input at once. you'd need to give it all on seperate lines and then submit
+ 3
-there's a list containing 0-4.
-For each number in the list, you take an int input.
-if the input is 3 AND the cooresponding number in the list is 2: the count will increase
what's the point of the program?
0
In this case I think the for loop should ask for input as many times it iterate , but here it is getting EOF Error.
Itz just for practice!!
0
ThanksSlick