write a qb64 program to (i) clear the screen (ii) print your name (iii) print your hobby
Answers
Answered by
1
Explanation:
write a qb64 program to (i) clear the screen (ii) print your name
Answered by
1
(i) CLS
(ii) PRINT "YOUR NAME HERE"
(iii) PRINT "YOUR HOBBY HERE"
Similar questions