Kotlinlearncs.online LogoJava
Return to List

Solve: int Max

Imported By: Geoffrey Challen
/ Version: 2021.4.0

Given three Int values, return the largest.

fun intMax(
first: Int,
second: Int,
third: Int,
): Int {
return 0 // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: