Solved

Which of the Following Statements Draws the String "Love to Animate!

Question 25

Multiple Choice

Which of the following statements draws the string "Love to animate!" starting at coordinates (200, 50) ?


A) Text myText = new myText(200, 50, "Love to animate!") ;
B) Text myText = new Text(50.0, 200.0, "Love to animate!") ;
C) Text myWords = new Text(200.0, 50.0, "Love to animate!") ;
D) Text Words = new Words(200, 50, "Love to animate!") ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions