Question: Objective: Edit the SmallestNumber Java class to take any three posative numbers under 2,147,483,647 (231^21 - 1) as input and then output the smallest of
Objective: Edit the SmallestNumber Java class to take any three posative numbers under 2,147,483,647 (231^21 - 1) as input and then output the smallest of those three numbers.
Note: please read the numbers provided to the script by the user into variables using Scanner. I will handle inputting various numbers when your tests run. Don't hard code the example, it is just there to show you what the input and output should look like.
Example:
If the input is:
20 40 2
Then output would be:
2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
