Computer Science, asked by wwwadarshanand, 11 months ago


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

Answers

Answered by mdaymaan9
1

Answer:

float c = used to get the quotient

float d = to get remainder

% - is called modulus - used to get the remainder

Hope this helps

Attachments:
Similar questions