0
help me understand this question :(
Write a program that can divide six non-zero integers (two integers per division) from the user and display the result to the user. Create a function that will perform the division operation. Display only the non-decimal part of the quotient.
2 Respuestas
+ 1
In my opinion it is something like that:
You got 3 tests to calculate. Each test has 2 integers to divide. Write divide function.