Posts by hbnoboa • 13 points
1 post
-
1
votes1
answer159
viewsQ: while for loop with scanf
I’m trying to make a report in c, and when I type the first character the program ends. #include<stdio.h> #include<string.h> #include <ctype.h> #include<conio.h> #include…