What is displayed when the following code executes? score = 0; if (score > 95) Write(Congratulations! );

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 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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: