How do you write an algorithm for a switch case?
How do you write an algorithm for a switch case? Algorithm: Step 1: Start. Step 2: Take two inputs (a and b) from the user. Step 3: If a is greater than b then go to step 4 otherwise go to step 5 Step 4: Print a greater than b Step 5: Print b greater than a Step 6: Stop. How do you write pseudocode for an algorithm? Rules of writing pseudocodeAlways capitalize the initial word (often one of the main 6 constructs).Have only one statement per line.Indent to show hierarchy, improve readability, and show nested constructs.Always end multiline sections...