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