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.

fun old35(n: Int): Boolean {
return false // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: