Question: Which of the following is the correct syntax to draw a rectangle? a. Graphics g.drawRect(10, 20, 50, 30); b. G.drawRect(10, 20, 50, 30); c. G.draw.rectangle(10,
Which of the following is the correct syntax to draw a rectangle?
a. Graphics g.drawRect(10, 20, 50, 30);
b. G.drawRect(10, 20, 50, 30);
c. G.draw.rectangle(10, 20, 50, 30);
d. Graphics.drawRect(10, 20, 50, 30);
e. G.drawRect(x = 10, y = 20, width = 50, height = 30);
Step by Step Solution
3.34 Rating (169 Votes )
There are 3 Steps involved in it
b Gd... View full answer
Get step-by-step solutions from verified subject matter experts
