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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here