What is a switch statement the equivalent of? Multiple if statements in sequence Multiple nested if/else statements nest
Posted: Mon Jun 06, 2022 2:02 pm
What is a switch statement the equivalent of? Multiple if statements in sequence Multiple nested if/else statements nested through the else statement Multiple if/else statements in sequence O Multiple nested if/else statements nested through the if statement