Question: Hello, I am experiencing trouble in this practice problem I am attempting for practice in my java programming class.It should include a class square with

Hello, I am experiencing trouble in this practice problem I am attempting for practice in my java programming class.It should include a class square with two fields that hold a square's color and the length of of the size(an int).I am then attempting to provide a constructor with two parameters that initialize these fields.I then will code a getArea method to return the area of a square.I will need an import statement, (import.java.awt.Color I believe).How should I go about putting color in the parameters?Do I just add (Color.BLUE) for example in the parameters to make the square color blue?Thanks.

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 Programming Questions!