โ Back to Functions/Methods
Question 290
Function: Minimum of Three
Function: Minimum of Three
Write a functionmin3(int a, int b, int c)that returns the smallest of three integers. Call it with8,3,5and print the result: 3 Print with%d.
Expected Output:
3
Topics:
Functions/Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.