Question: What is displayed when the following code executes? score = 0; if (score > 95) Write(Congratulations! ); Write(That's a high score! ); Write(This is a
What is displayed when the following code executes?
score = 0;
if (score > 95)
Write("Congratulations! ");
Write("That's a high score! ");
Write("This is a test question!");
a. This is a test question!
b. Congratulations! That's a high score! This is a test question!
c. That's a high score! This is a test question!
d. Congratulations! That's a high score!
e. none of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
