Question: Create a new Java project called 'Assignment 1 ' 2 ) Create a new Java class called 'Circle' with the following attributes: - A private
Create a new Java project called 'Assignment
Create a new Java class called 'Circle' with the following attributes:
A private variable for 'diameter'
A public method called getDiameter
A public method called setDiameter
A public method called getArea
A public constructor that takes a single parameter diameter
A public constructor that takes no parameters defaults diameter to
Write code that performs the following steps in order:
Create a new circle called circle without passing any parameters to the constructor
Create a new circle called circle passing the value to the constructor.
Print out the area of circle
Print out the area of circle
Set the diameter of circle to
Print out the diameter of circle
Print out the area of circle
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
