Posts by Wenderson Beleli • 21 points
1 post
-
2
votes1
answer54
viewsQ: Help with While in c++
I was curious about the following code in c++. int main(int argc, char** argv) { float n1,n2,n3,n4; int i = 1; char nomeAluno; printf("Digite seu nome: "); scanf("%s", &nomeAluno);…