3.
Insert the rect statement in the following program that would give the output shown
in red in the graphics output area.
PROGRAM
OUTPUT
Graphics Output
for i=1 to 20
isquare=iti
Printii
color blue
rect isquare,isquare, i.i
color red
next i
Answers
Answered by
0
Answer:
Insert the rect statement :
Explanation:
Insert the rect statement in the following program that would give the output shown
in red in the graphics output area.
PROGRAM
OUTPUT
Graphics Output
for i=1 to 20
isquare=iti
Printii
color blue
rect isquare,isquare, i.i
color red
next
Answered by
0
Answer:
clg
for i = 1 to 20
isquare =i*i
Print isquare
colour blue
rect isquare,isquare,i,i
color red
p=21-i
isquare1=p*p
rect isquare1,isquare,i,i
next i
Similar questions