Kotlinlearncs.online LogoJava
Return to List

Solve: Or 35

Imported By: Geoffrey Challen
/ Version: 2021.4.0

Return true if the given non-negative number is a multiple of 3 or a multiple of 5.

boolean or35(int n) {
return false; // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: