Question: Return true if the given non-negative number is a multiple of 3 or a multiple of 5. Use the % 'mod operator - see Introduction
Return true if the given non-negative number is a multiple of 3 or a multiple of 5. Use the % "'mod" operator - see Introduction to Mod write a function to accomplish the above or35(3) -true or35(10) - true or35(8) false
in java please!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
