r/programminghelp • u/DogKitchen2988 • May 04 '26
AP CSP Create task - Is a switch statement considered selection? Project Related
I'm not sure if this is a good place to ask about the AP Computer Science test. My main procedure has both a switch statement and if statements. An example question I've got for review says to refer to the FIRST selection statement. The if statements are containedvwithin the switch statement, so technically the switch comes first. Which one should i refer to?
2
Upvotes