If Else
If Else
Take two numbers from the users and find the maximum and a minimum number
of those two numbers.
2. Take Three numbers from the user and find the maximum number among those
three numbers.
3. Take a number from the user as input and determine whether that number is a
positive or negative number.
7. Take a letter as input from the user and determine whether that letter is a vowel
or consonant.
9. Write a C program to input any character and check whether it is alphabet, digit
or special character.
10. Write a C program where you have to take input the week number from the
user and print the corresponding week day.
11. Write a C program to input month number and print number of days in that
month(use switch case).