Computer Science, asked by rehanbiswas95, 4 months ago

Write a program in QBASIC to draw a rectangle of length 150 pixel and breadth 80 pixel. Each pixel is a dot on screen​

Answers

Answered by siyayadav50
0

Answer:

Graphics using this command can either be made by using a Graphics Editor or by using the DATA command Manually. The DATA command is a way of inputting information into QBasic and being read by the READ command. Remember that the DATA command cannot be used in subroutines or functions.

Similar questions