Computer Science, asked by krishkeshri14, 4 months ago

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 dhruvlokhande37
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 shashaanksinha2008
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