Write a program that uses if to find the maximum of two integer numbers. These numbers can be positive, negative, or zero.
Be creative and solve the problem without an else branch :)
Use the provided code template and print the maximum.
Write a program that uses if to find the maximum of two integer numbers. These numbers can be positive, negative, or zero.
Be creative and solve the problem without an else branch :)
Use the provided code template and print the maximum.
Sample Input 1:
8
11Sample Output 1:
11Create a free account to access the full topic