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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!