Write a program that reads four integer numbers and prints the max of them.
The
math library has a function to find the max of two valuesWrite a program that reads four integer numbers and prints the max of them.
math library has a function to find the max of two valuesSample Input 1:
1
2
3
4Sample Output 1:
4Create a free account to access the full topic