Name the following.There are some statements in QBASIC which are used to break the normal flow of the program sequence.
Answers
Answered by
0
Answer:
All programming language utilise program constructs. In imperative languages they are used to control the order (flow) in which statements are executed (or not executed). There are a number of recognised basic programming constructs that can be classified as follows:
Sequences (First Floor)Selection (Second Floor)Repetition (Third Floor)
To which we can also add routine invocation (Fourth Floor). Note also that each of the above constructs are all also program statements in their own right.
Similar questions