Java Program Create a program that will accept three input from 1 string and 2 float then will calculate with the 2 numbers by adding, subtracting, multiply, and divide. Rule: Add comments on each...

Java program. Please follow the rule and show screenshot same with the sample output.
Java Program<br>Create a program that will accept three input<br>from 1 string and 2 float then will calculate<br>with the 2 numbers by adding, subtracting,<br>multiply, and divide.<br>Rule: Add comments on each line explaining<br>the use of the code<br>Sample Output (underlined is input by user):<br>Arithmetic Operations in Java<br>Enter Name, Course and Section: Anna Perez,<br>BSIS 2-2<br>Enter First Value: 78.9<br>Enter Second Value: 4.3<br>I am Anna Perez, BSIS 2-2<br>The sum of the two numbers is 83.200005<br>The difference of the two numbers is 74.6<br>The product of the two numbers is 339.27002<br>The quotient of the two numbers is 18.348837<br>

Extracted text: Java Program Create a program that will accept three input from 1 string and 2 float then will calculate with the 2 numbers by adding, subtracting, multiply, and divide. Rule: Add comments on each line explaining the use of the code Sample Output (underlined is input by user): Arithmetic Operations in Java Enter Name, Course and Section: Anna Perez, BSIS 2-2 Enter First Value: 78.9 Enter Second Value: 4.3 I am Anna Perez, BSIS 2-2 The sum of the two numbers is 83.200005 The difference of the two numbers is 74.6 The product of the two numbers is 339.27002 The quotient of the two numbers is 18.348837

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here