Java Question:
I need to get two numbers from the user and then output theproduct. The numbers may have decimals and need to be rounded, theyMUST MATCH all three required outputs:
Standard Input 59.73243243.434
Required Output
Enter the first number:nEnter the second number:nProduct: 14540.904nStandard Input -349.32235-7
Required Output
Enter the first number:nEnter the second number:nProduct: 2445.2566n
Expert Answer
An answer will be send to you shortly. . . . .