C/C++ Arena

Step 2 of 7

Write a function

Your turn: write int max3(int a, int b, int c) that returns the largest of three numbers.

Previous: Define and call a function Next: void functions