Final answer:
To rotate an ellipse 30 degrees counterclockwise, use the 'lipse.setRotate(-30)' code.
Step-by-step explanation:
To rotate an ellipse named 'lipse' 30 degrees counterclockwise, you would use the code: lipse.setRotate(-30).
The correct option is number 3) lipse.setRotate(-30).