19.6k views
1 vote
Long Answer Questions: a. Briefly explain the types of Control Structures in QBASIC.​

User Nivek
by
5.1k points

1 Answer

5 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 Jschnasse
by
4.4k points