Practice ยท 2 of 4
Max of Three
Implement int max3(int a, int b, int c) returning the largest.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Function Basics
Practice ยท 2 of 4
Implement int max3(int a, int b, int c) returning the largest.
Difficulty: beginner
Back to lesson: Practice: Function Basics