Write the pseudocode to define a five element array called "scores," and then allow a user to enter 5 scores and store them in the array using a while loop.

What will be an ideal response?


start
   Declarations
      num count = 0
      num scores[5] = 0,0,0,0,0
    while count < 5
      input entry
      scores[count] = entry
      count = count + 1
    endwhile
stop

Computer Science & Information Technology

You might also like to view...

If the footer element has the bottom margins set at 0, it is flush with the bottom of the browser window.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) _____ has the capability to make a call, run apps, play music, track movement using GPS, connect to a wireless network, connect wirelessly to other devices, connect to the Internet, and take pictures and video

Fill in the blank(s) with correct word

Computer Science & Information Technology

To save an existing document with a new name, use the New command on the File menu.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Find the area of the figure below. Remember to label your answer with the correct units.

A. 22.75
B. 26.75
C. 25.75
D. 23.75
E. 24.75

Computer Science & Information Technology