Write a program that uses the if expression to find the max of three integer numbers. These numbers can be positive, negative or zero.
Use the provided code template.
Write a program that uses the if expression to find the max of three integer numbers. These numbers can be positive, negative or zero.
Use the provided code template.
Sample Input 1:
12
15
11Sample Output 1:
15Create a free account to access the full topic