Question: Task 1i Switch statement switch (expression) { Gase value 1: statements. 1 break; case value2: statementsz break; case valuen: statementsn break; default: statements 1 1.

Task 1i Switch statement switch (expression) \{ Gase value 1: statements. 1 break; case value2: statementsz break; case valuen: statementsn break; default: statements 1 1. Open a C editor and create a new file called task1.c. 2. Convert the following c code to switch case statements. int maino \{ char ch; printff" Enter any alphabet:"l; // input alphabet from user scanf( '\%c", Exch); if (ch==ach==, A' ] printfit"Vowel'); else ifitich = ='e' ||ch==E)] printfic" Vomel'"): else ifch ==ich==) printfif" Vomel"'): else ifich=='u'\| ch==U3) printff" "Vomel "); else ifich =='o' ch==Sy) printf "Vowel'); else printfi, "Consonant"); return 0 ; \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
