Below, is a list of switch case programming exercises –
Write a C program to print day of week name using switch case. Write a C program print total number of days in a month using switch case. Write a C program to check whether an alphabet is vowel or consonant using switch case. Write a C program to find maximum between two numbers using switch case. Write a C program to check whether a number is even or odd using switch case. Write a C program to check whether a number is positive, negative or zero using switch case. Write a C program to find roots of a quadratic equation using switch case. Write a C program to create Simple Calculator using switch case.