Comparing Numbers
A program to find the greatest number out of the 2 numbers inputted by the user.
A program to find the smallest number out of the 2 numbers inputted by the user.
A program to find the greatest number out of the 2 numbers inputted by the user, using conditional operators.
A program to find the smallest number out of the 2 numbers inputted by the user, using conditional operators.
A program to find the greatest number out of the 3 numbers inputted by the user.
A program to find the smallest number out of the 3 numbers inputted by the user.
A program to find the greatest number out of the 3 numbers inputted by the user, using conditional operators.
A program to find the smallest number out of the 3 numbers inputted by the user, using conditional operators.