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


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



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here