Question: using java Part 2: Create a class named LastNameCalculator that when run, it will take two integer values defined by the programmer and print them
Part 2: Create a class named "LastNameCalculator" that when run, it will take two integer values defined by the programmer and print them out. Then print out the sum, difference, product, quotient and remainder. The program will complete all of the math so if the initial values were changed, the correct math would be done. ex: Your Two Integers: 154 Sum: 19 Difference: 11 Product: 60 Quotient: 3 Remainder: 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
