Question: Write a method called evenlyDivisible that accepts two integer parameters and returns true if the first parameter is evenly divisible by the second, or vice
Write a method called evenlyDivisible that accepts two integer parameters and returns true if the first parameter is evenly divisible by the second, or vice versa, and false otherwise. Return false if either parameter is zero.
Step by Step Solution
3.35 Rating (164 Votes )
There are 3 Steps involved in it
public boolean evenlyDivisible ... View full answer
Get step-by-step solutions from verified subject matter experts
