Posts by ErmesonMartins Oliveira • 15 points
2 posts
-
-2
votes1
answer129
viewsQ: Prepare a program in C that receives 6 integer numbers and then the program should present the sum of these numbers on the screen, I could only here
int main() { int N1, N2, N3; printf("Digite o primeiro numero: ", N1); scanf("%d", &N1); printf("Digite o segundo numero: ", N2); scanf("%d", &N2); …
casked ErmesonMartins Oliveira 15 -
-3
votes1
answer471
viewsQ: Calculator in C (Beginner)
I have a question in the following exercise: Create a program that takes two whole numbers and shows the result of division of numbers and their rest. the program should ask if the user intends to…
casked ErmesonMartins Oliveira 15