Kotlinlearncs.online LogoJava
Return to List

Solve: int Max

Imported By: Geoffrey Challen
/ Version: 2021.4.0

Given three int values, return the largest.

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

Related Lessons

Stuck? You may find these lessons helpful: