Computer Science, asked by Viraj54260, 10 months ago

What do we use to draw a filled box with LINE statement​

Answers

Answered by suskumari135
3

Draw a filled box, rectangle, with LINE statement​

Explanation:

More can be achieved by the LINE command to draw line segments. It can be used to draw a sketched or filled rectangle. The letter B is used by BASIC to change the way LINE operates. You may put another comma after the color number and then the letter B to draw a rectangle outlined or the letters BF for a filled one.

Program to draw and fill a rectangle  :

SCREEN 12

LINE (50, 100)-(300, 200), , B

LINE (350, 100)-(600, 200), , BF

LINE (50, 300)-(300, 400), 5, B

LINE (350, 300)-(600, 400), 6, BF

END

Answered by sony66171
0

Answer:

Multiple conditions of executing IF statement are called

Explanation:

Multiple conditions of executing IF statement are called

Similar questions