Write a QB64 code to (i) Clear the screen (ii) Print Your Name (iii) Print Your Hobby
in QB64
Attachments:
Answers
Answered by
2
Answer:
(i) CLS PRINT "Hi" (CLS is the function used to clear the screen)
(ii) PRINT "My Name" (PRINT is used to print the name in the console)
(iii) PRINT "Researching new things!!"
Similar questions
Math,
2 months ago
Computer Science,
2 months ago
Science,
5 months ago
Math,
5 months ago
Social Sciences,
11 months ago
Science,
11 months ago