InterviewSolution
Saved Bookmarks
| 1. |
What is control statement in qbasic |
|
Answer» BASIC. A control statement is a statement that determines WHETHER other statements will be EXECUTED. An if statement DECIDES whether to execute ANOTHER statement, or decides which of two statements to execute. A loop decides how many times to execute another statement. |
|