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:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285856872
5th Edition
Authors: Barbara Doyle
Question Posted: