Question: The Graphics method drawingString requires three inputs - the string to be 'draw' and 2 integers representing the coordinates.the code int i = 3,x =
The Graphics method drawingString requires three inputs - the string to be 'draw' and 2 integers representing the coordinates.the code
int i = 3,x = 100,y = 100;
g.drawString(i,x,y);
will fail why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
