56,039 views
16 votes
16 votes
Long Answer Questions: a. Briefly explain the types of Control Structures in QBASIC.​

User Benjamin Maurer
by
2.8k points

1 Answer

15 votes
15 votes

Answer:

The three basic types of control structures are sequential, selection and iteration. They can be combined in any way to solve a specified problem. Sequential is the default control structure, statements are executed line by line in the order in which they appear.

User Dave Dopson
by
2.9k points