Determine the output of the following pseudocode?
Declare Integer size = 100
Declare Integer scores[size]
Declare Integer count,index
Display "please specify the number of scores"
input count
For index= 0 to size-1
Input scores[count]
Display scores[count]
End For
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here