Solved

If Graph Holds a Graphics Object, Which of the Following

Question 29

Multiple Choice

If graph holds a Graphics object, which of the following puts "CAT" starting at X = 20, Y = 50?


A) drawString("CAT", 20, 50) ;
B) graph.drawString(20, 50, "CAT") ;
C) graph.println("CAT") ;
D) graph.drawString("CAT", 20, 50) ;

Correct Answer:

verifed

Verified

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

Related Questions