Math, asked by ns4684538, 7 months ago

square root of 3721 show pic plz then I'll mark u as brainlist​

Answers

Answered by Ronney123
3

Answer:

[tex]var t = 0

side = 10

gap = 10

w=400

h=400

lap = 35

var colors = ["orange","blue"]

function setup() {

createCanvas(w,h );

}

function draw() {

background("black");

fill("orange")

for(let i = 0;i<h;i+=side + gap){

for(let j = 0;j<w;j+= side + gap){

rect(i,j,side,side);

}

}

push()

translate(w/2,h/2)

rotate(t/(2*PI))

fill("green")

for(let i = -w/2-lap;i<w/2+lap;i+=side + gap){

for(let j = -h/2-lap;j<h/2+lap;j+= side + gap){

rect(i,j,side,side);

}

}

pop()

t+=0.1

}[/tex]

Answered by wars8188018
0

pls mark me as brainliest its required :)

Attachments:
Similar questions