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
(m) CS: COMPUTATIONAL THINKING, ALGORITHMS AND PROGRAMMING > Programming constructs > Flashcards
what must selection and iterative sections of a program end with?
selective: endif
count controlled: next x
condition controlled: endWhile