Using the notation (x,y) [for example, (50,80)] write the coordinates of the bottom right pixel in an applet’s drawing region that is 800 pixels wide and 700 pixels high:
LANGUAGE: JAVA
CHALLENGE:
Using the notation (x,y) [for example, (50,80)] write the coordinates of the bottom right pixel in an applet’s drawing region that is 800 pixels wide and 700 pixels high:
SOLUTION:
-799,699