Page not loading? Try clicking here.
Placeholder

#574

Function1 - Self Assessment 4 1s - MB

Problems

Write a function that receives three integers and returns the maximum value.

Write a program that inputs three integers and outputs the maximum value.


Example

-10 115 33
115

Source

자기주도C언어프로그래밍

You must sign in to write code.