Ics - Java Quiz

4 Questions | Attempts: 50
Please wait...
Question 1 / 5
0 %
0/100
Score 0/100
1. What shape does the following code make?

int a = 0;
while(a<2)
{
forward(200);
right(90);
forward(50);
a++;
}
Submit
Please wait...
About This Quiz
Ics - Java Quiz - Quiz

Quiz 2 - Java. This quiz covers the basic java codes based on Jurtle.

2.
You may optionally provide this to label your report, leaderboard, or certificate.
2. What are the basic java codes?
Submit
3. What type of number is put in the parenthesis for the following codes?

forward();
right();
Submit
4. What will the following code make? Assume that the turtle was in it's starting position.

forward(100);
penUp();
right(90);
setPenColor(Color.red);
forward(100);
right(90);
forward(100);
right(90);
forward(100);
Submit
5. Write the code to make a circle.
Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (5)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What shape does the following code make?int a =...
What are the basic java codes?
What type of number is put in the parenthesis for the following...
What will the following code make? Assume that the turtle was in it's...
Write the code to make a circle.
Alert!

Advertisement