Posts by Jeferson Tomaz • 13 points
2 posts
-
-1
votes1
answer65
viewsQ: decimal division result
I searched here on the forum and I saw similar questions, but I couldn’t solve the problem. Exercise: "Implement a calculator. The program must ask the user for 3 numbers: 'a', 'b' and 'operation'.…
-
-2
votes1
answer61
viewsQ: C language code print pairs from one to fifty
Programming exercise in C: Statement: "Write a program that prints all pairs between 2 and 50. To know if the number is even, just see if the rest of the division by 2 is equal to 0." what I did:…