World Languages, asked by Atharv0008, 2 months ago

can you find the error
squad.velocityx="4"
squad.velocityY="0.5"
squad.bounce("leftEdge")
squad.shapeColor="White"
var pin1=createSprite(200,300,20,20)
var pin2=createSprite(180,320,20,20)
var pin3=createSprite(220,320,20,20)
var pin4=createSprite(160,340,20,20)
var pin5=createSprite(200,340,20,20)
var pin6=createSprite(240,340,20,20)


function draw() {
background("lightgrey")
drawSprites()
}

Answers

Answered by unknown7033
0

Answer:

20 is your answer

hope it helps you

Answered by Anshika6484
0

Answer:

The error is that you have not written

System .out. println

Explanation:

it is necessary to write it so as to print the statement

you cannot write a system . out . println in a return program but other than all program you have to mention system.out. println.

HOPE IT HELPED

MARK AS BRAINLIEST

Similar questions