Programming constructs Flashcards
1
Q
what must selection and iterative sections of a program end with?
A
selective: endif
count controlled: next x
condition controlled: endWhile
what must selection and iterative sections of a program end with?
selective: endif
count controlled: next x
condition controlled: endWhile