Saved Bookmarks
| 1. |
Develop a program in Java using Bluej to accept two floating point numbers usingparameters and display the quotient and remainder. |
|
Answer» float c = USED to get the quotient float d = to get REMAINDER % - is called MODULUS - used to get the remainder Hope this helps |
|