The print statement allowed you to display text on the screen. There is
another way of displaying text on the screen too, which is to "draw" the text at some specific location
on the screen, with a desired font-size as well.
printxy(x,y,"text",font-size)
Move the mouse over a dotted box for more information.
Now you try. Use the printxy to draw some text messages on the screen. Hover the mouse cursor over the output window
to get a handle on the where x,y coordinates lie.
Type your code here:
See your results here:
Share your code
Show a friend, family member, or teacher what you've done!