Posts by Valigton Verissimo • 1 point
1 post
-
0
votes1
answer207
viewsA: I can’t make the scanf work
It is not possible to use %2.2f in the scanf, only in prints to display. #include <stdio.h> #include <stdlib.h> int main(){ char nome; float media; int tel, id, mes; printf("Digite a…
canswered Valigton Verissimo 1