Question: Write a method that takes arguments and returns a value Use parameter variables in a method body Use relational operators to construct an expression Use
Write a method that takes arguments and returns a value
Use parameter variables in a method body
Use relational operators to construct an expression
Use an if statement to get the computer to make a decision
Problem Description and Given Info
Write define a public static method named getSmallest, that takes two arguments all arguments will be ints When this method is called, it should return as an int the smallest of the two arguments passed to it
Examples:
getSmallest will return
getSmallest will return
getSmallest will return
Notes:
You may wish to write some additional code, in the main method, to test your method.
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
