1.

Develop a program in Java using Bluej to accept two floating point numbers usingparameters and display the quotient and remainder.​

Answer»

ANSWER:

float c = USED to get the quotient

float d = to get REMAINDER

% - is called MODULUS - used to get the remainder

Hope this helps



Discussion

No Comment Found