Question: Create a method named gcd3 which returns the greatest common divisor of three numbers(integers). The greatest common divisor of three numbers is the greatest number
Create a method named gcd3 which returns the greatest common divisor of three numbers(integers). The greatest common divisor of three numbers is the greatest number that is evenly divisible by all three numbers. You MUST use a loop in your method.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
