Episode 2a - Multiple Arguments
Exercises
-
multiply - returns the product of two numbers
divide - returns the quotient of two numbers
average - this method will accept 3 numbers as parameters and return the average. (The average would be the sum of the 3 numbers divided by 3.)
Add the following methods to your Calculator class: