Conditional Statement(case/Switch)



Q1. Write a program that input a number and prints the week name according to the number using a case switch.
Q2. Write a program that inputs a character from the user and checks whether it is a vowel or consonant using a case switch.
Q3. Create a calculator using a case switch.
Q4. Write a program that prints the fruits name according to the character user enters.
Q5. Write programs that print the symbol name using the symbol user enters.
Q6. Write programs that print student detail according to the roll no user enter.
Q7. Write programs that enter character and print Namaz's name according to the character user enter.
Q8. Create a bus application.