CLs tell the computer that the program is over in QBASIC. true or false
Answers
Answered by
0
Answer:
CLS statement
The CLS statement clears the screen. If you write CLS statement in the middle of the program then you cannot see the outputs generated before execution of CLS because it clears the screen. So it's true.
Similar questions