Using the notation (x,y) [for example, (50,80)] write the coordinates of the top left pixel in the drawing region of the Graphics class:

LANGUAGE: JAVA

CHALLENGE:

Using the notation (x,y) [for example, (50,80)] write the coordinates of the top left pixel in the drawing region of the Graphics class:

SOLUTION:

(0,0)