Question: Write a static method called determinesize() that accepts two doubles. The method should print a message to the screen that states which number is the
Write a static method called determinesize() that accepts two doubles. The method should print a message to the screen that states which number is the smallest, which is the biggest or that they are the same number. Test the method by calling it from the main method using user input. Sample Input 1 3.5 9.8 Sample Output 1 Largest=9.8Smallest=3.5 Sample input 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
