39.3k views
5 votes
Explain what 10CLS program does and the write the output​

1 Answer

3 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 Fusionstrings
by
5.5k points