Using the notation (x,y) [for example, (50,80)] write the coordinates of the pixel that is half-way across the bottom boundary of an applet’s drawing region that is 600 pixels wide and 370 pixels high:
LANGUAGE: JAVA
CHALLENGE:
Using the notation (x,y) [for example, (50,80)] write the coordinates of the pixel that is half-way across the bottom boundary of an applet’s drawing region that is 600 pixels wide and 370 pixels high:
SOLUTION:
-300,370