You have created and populated a constant array of values in pseudocode as follows: INITIALIZE names names(1) = 'Joe' names(2) = 'Mary' names(3) = 'Heather' names(4) = 'Brandon' END Assuming you wish...



You have created and populated a constant array of values in pseudocode as follows:


INITIALIZE names
   names(1) = 'Joe'
   names(2) = 'Mary'
   names(3) = 'Heather'
   names(4) = 'Brandon'
END


Assuming you wish to output each name in the names array, which of the following repetition control structures would be theBEST to use?






































None of the other answers are correct





DO





IF...ENDIF





IF...ELSE...ENDIF





DOWHILE





REPEAT...UNTIL





Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here