Posts by user31057 • 1 point
1 post
-
0
votes4
answers255
viewsQ: How to read an input in the loop
I’m a beginner in C. I need the program below to read the number typed in console and give tips to the user until he gets it right: #include <stdio.h> int main () { int num; printf("Informe um…