Question: Create a method that will receive two integer parameters. Print the sum and the product of the integers. Then compare and print the equivalence of
Create a method that will receive two integer parameters. Print the sum and the product of the integers. Then compare and print the equivalence of the original two integers. Return the result of the comparison. Written in JAVA
Example Output for the integers 22 and 10:
The sum of 22 and 10 equals: 32 The product of 22 and 10 equals: 220 It is false that 22 equals 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
