Computer Science, asked by sunitipradhan2002, 2 months ago

What is the use of CLS command in Qbasic

Answers

Answered by varshaneha24
2

Answer:

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.

Similar questions