Try it yourself do not working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Try it yourself do not working

Try it yourself do no work when I input 4 4.0 and abcde, for example.

11th Dec 2018, 5:35 PM
Vinicius
Vinicius - avatar
4 Answers
+ 3
Please, every question would be more clear and informative possible. Your question, lacks of code that cause your doubt. Dont forget this next time
11th Dec 2018, 6:16 PM
KrOW
KrOW - avatar
+ 2
Is it this sample that isn't working? #include <stdio.h> int main() { int x; float num; char text[20]; scanf("%d %f %s", &x, &num, text); } And if not, can you put the sample in your question?
11th Dec 2018, 5:42 PM
Paul
Paul - avatar
+ 1
The sample works but doesn't have any output. I don't know why they used it for 'try it yourself'.
11th Dec 2018, 6:23 PM
Paul
Paul - avatar
0
Yes
11th Dec 2018, 6:15 PM
Vinicius
Vinicius - avatar