Answer :
Answer:you will program a Java version of the robot to draw some simple images. ... If you do this (or instantiate the object by right-clicking in BlueJ), you ... to draw a line when it moves, use the penUp() method to raise the pen (and ... Note that you can create multiple turtles and they will all show up on
Explanation:
When you create a pen as an instance of turtle and draw a line, the line up(): C. moves the pen one step up.
What is an instance?
In object-oriented programming (OOP) language, an instance can be defined as the variables that are declared within a class.
This ultimately implies that, an instance is a realization of any object belonging to a class.
In this context, the line up() moves the pen one step up when you create a pen as an instance of turtle and draw a line.
Read more on object class here: brainly.com/question/20264183
#SPJ2