Write a method for Turtle to draw a rectangle. Pass in the width and height for the rectangle.

What will be an ideal response?


```
public void drawRectangle ( int width , int height )
{
this . turnRight ( ) ;
this . forward ( width ) ;
this . turnRight ( ) ;
this . forward ( he i ght ) ;
this . turnRight ( ) ;
this . forward ( width ) ;
this . turnRight ( ) ;
this . forward ( he i ght ) ;
}
```

Computer Science & Information Technology

You might also like to view...

Which of the following represents the I-bar pointer?

A.
B.
C.
D.

Computer Science & Information Technology

Define the purpose of a connection-oriented protocol and give an example.

What will be an ideal response?

Computer Science & Information Technology

After examining Anna’s written observations about Mike Crowe’s office, use STROBE to analyze Mike as a decision maker. What differences (if any) did you see between Mike in his interview and Mike in Anna’s observations? Use two paragraphs to answer.

What will be an ideal response?

Computer Science & Information Technology

What are the goals of a security policy?

What will be an ideal response?

Computer Science & Information Technology