Computer Science, asked by SindhujaKumari, 5 months ago

Write a QB64 code to (i) Clear the screen (ii) Print Your Name (iii) Print Your Hobby
in QB64​

Attachments:

Answers

Answered by adithyu123
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