Examlex

Solved

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

question 14

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 correctly.What kind of error is this? start
Declarations
Num count = 0
Num scores[6] = 0,0,0,0,0,0
Num SIZE = 6
For count 0 to SIZE step 1
Input entry
Scores[count] = entry
Endfor
Stop


Definitions:

Related Questions