Posts by Thiago Nogueira • 3 points
1 post
-
0
votes1
answer57
viewsQ: Wrong output in C
I’m doing an activity and the result is giving some values that I don’t assign anywhere in the code. int main(){ int numeroDePessoas = 0, tarefa = 0; scanf("%d %d", &tarefa,…