Posts by Matheus Cavalcante • 19 points
1 post
-
1
votes1
answer117
viewsQ: C - Error reading a character using scanf(): scanf() command is "skipped"
I would like to know why my code does not accept reading characters, simply skip that step and perform the next. float altura, pesoIdeal = 0; char sexo; printf("Informe a sua altura : ");…