Ask your own question, for FREE!
Computer Science 23 Online
OpenStudy (anonymous):

why does it say Error: class, interface, or enum expected for drjava my code is to made a rectangle using a turtle > World earth=new World(); > Turtle me=new Turtle(earth); > public void drawsSquare(){ > this.forward(200); > this.turnLeft(); > this.forward(); > this.turnLeft(); > this.forward(200); this.turnLeft(); this.forward();

OpenStudy (espex):

Hard to say, there is so much of it missing.It should tell you what line and in what file the error is being found.

OpenStudy (anonymous):

In Python #fd(bob,100) #lt(bob) #fd(bob,100) #lt(bob) #fd(bob,100) #lt(bob) #fd(bob,100) The second of your forward() commands should have a number? (At any rate, the code does not seem to be making a rectangle)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!