- 2
Write c++ code to read any 2 real numbers, to find their division quotient.
Your program must include user-defined called divide() to find the quotient of any two real numbers, avoid division by zero.
1 Réponse
+ 1
Try to write your own code and ask your doubts