Solved

Case 1 You Have Just Starting Working at Quantum Company. as a Company

Question 50

Multiple Choice

Case 1

You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.

-The following pseudocode is not working properly.The message should display five times.What needs to be changed? Declarations
String message = "OK"
While count < 5
Output message
Count = count + 1
Endwhile


A) while count < 5 should be changed to while count = 5
B) num count = 1 should be added to the Declarations
C) num count should be added to the Declarations
D) num count = 0 should be added to the Declarations

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions