default
“// switch statement_____ (color) { case “”Blue””: shirt = “”Blue”” + shirt; break; case “”Red””: shirt = “”Red”” + shirt; break; _____: shirt = “”White”” + shirt; System.out.println(“””” + shirt);}”
The goto resource for studying materials
default
“// switch statement_____ (color) { case “”Blue””: shirt = “”Blue”” + shirt; break; case “”Red””: shirt = “”Red”” + shirt; break; _____: shirt = “”White”” + shirt; System.out.println(“””” + shirt);}”