case

Average Rating
0 out of 5 stars. 0 votes.

case

“// switch statementswitch (color) { _____ “”Blue””: shirt = “”Blue”” + shirt; break; _____ “”Red””: shirt = “”Red”” + shirt; break; default: shirt = “”White”” + shirt;}”