help me understand this question :( | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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.

9th Feb 2019, 3:46 PM
Jefferson Villanueva
Jefferson Villanueva - avatar
2 Réponses
+ 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.
9th Feb 2019, 3:57 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
9th Feb 2019, 4:46 PM
Jefferson Villanueva
Jefferson Villanueva - avatar