Kotlinlearncs.online LogoJava
Return to List

Solve: Old 35

Imported By: Geoffrey Challen
/ Version: 2021.6.0

Return true if the given non-negative int is a multiple of 3 or 5, but not both.

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

Related Lessons

Stuck? You may find these lessons helpful: