Solved

Consider the Following Code Snippet

Question 85

Multiple Choice

Consider the following code snippet: Consider the following code snippet:   Which of the following statements should be in the indicated position to print out where the mouse was pressed? A) x=event.printX() ; y=event.printY() ; B) x=(MouseEvent)  getX()  ;  y=(MouseEvent)  getY() ; C) x=event.getX()  ; y=event. getY() ; D) x=event.getXposition( ) ; y=event. getYposition ()
Which of the following statements should be in the indicated position to print out where the mouse was pressed?


A) x=event.printX() ;
y=event.printY() ;
B) x=(MouseEvent) getX() ;
y=(MouseEvent) getY() ;
C) x=event.getX() ;
y=event. getY() ;
D) x=event.getXposition( ) ;
y=event. getYposition ()

Correct Answer:

verifed

Verified

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

Related Questions