Posts by user10000000000000000000000000 • 13 points
1 post
-
1
votes2
answers137
viewsQ: Error in my C Program
When I type 0 it does not inform as the program should: "Incorrect input. Enter an integer value". #include <stdio.h> void LimpaBuffer(void) { int valorLido; /* valorLido deve ser int */ do {…
casked user10000000000000000000000000 13