Question: write a java code that accepts two integer inputs compares the two inputs and : if input 1 is bigger than input 2 it adds
write a java code that accepts two integer inputs compares the two inputs and : if input is bigger than input it adds them and displays the accurate sum.
If input is smaller than input it subtracts them and displays the accurate difference.
If input and input are equal it multiplies and displays the products
if input is not equal to it divides input by input and prints the accurate quotient with the remainder
all results must be printed in the following format: the result of adding and equals
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
