214,629 views
24 votes
24 votes
Explain what 10CLS program does and the write the output​

User USMAN Osman
by
2.7k points

1 Answer

14 votes
14 votes
(CLS)


This text is being printed via the PRINT command."
On the next line, I'll use CLS, which will clear everything I just printed, so you won't even see the preceding text."
Also, you can't give CLS a line to PRINT; it won't actually do anything"
(CLS)
Finally, on line 80, I
User Takoyaro
by
3.2k points