0
Try it yourself do not working
Try it yourself do no work when I input 4 4.0 and abcde, for example.
4 odpowiedzi
+ 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
+ 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?
+ 1
The sample works but doesn't have any output. I don't know why they used it for 'try it yourself'.
0
Yes