Question: Write a program (called ICalledyou.java) that uses method calls.The program should work as follows:1) Reads in two numbers from user input and calculate the product
Write a program (called ICalledyou.java) that uses method calls.The program should work as follows:1) Reads in two numbers from user input and calculate the product of this two number then print out the result.2) Reads in two numbers from user input then print out the greater one.You could use max() function from Math class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
