Class named circle with fields named radius

Assignment Help Business Management
Reference no: EM131880372

Please help with the following call using a testcircle.java ? May have to change the original...lost here

a. a class named Circle with fields named radius, diameter, and area. Including a constructor that sets the radius to 1 and calculates the other two values. Also including methods named setRadius()and getRadius(). The setRadius() method not only sets the radius but also calculates the other two values. (The diameter of a circle is twice the radius, and the area of a circle is pi multiplied by the square of the radius. Using the Math class PI constant for this calculation.) class as Circle.java.

b. a class named TestCircle whose main() method declares several Circle objects. Using the setRadius() method, assign one Circle a small radius value, and assign another a larger radius value. Do not assign a value to the radius of the third circle; instead, retain the value assigned at construction. Displaying all the values for all the Circle objects. Save the application as TestCircle.java.

public class Circle {

public static void main(String[] args);{

 public double radius;

 public double diameter;

 public double area;

 public double circum;

 public Circle() {

  radius = 1.0; 

diameter = 2*radius;

area = Math.PI * radius * radius;

circum = 2 * Math.PI * radius;

 }

 public Circle(double r) {

  radius = r;

diameter = 2*radius;

area = Math.PI * radius * radius;

circum = 2 * Math.PI * radius;

 }

 public void setRadius(double r) {

  radius = r;

diameter = 2*radius;

area = Math.PI * radius * radius;

circum = 2 * Math.PI * radius;

 }

 public double getRadius() {

  return radius;

 }

 public double getArea() {

  return area;

 }

  public double getDiameter() {

  return diameter;

 }

 public double getCircumference() {

  return circum;

 }

 public String toString(){

return "Radius = " + radius +

"nArea = " + area + 

"nCircumference = " + circum;

}

}

Reference no: EM131880372

Questions Cloud

Investment strategy would we expect under efficient market : Suppose the All - Day (AD) contract has a price of $0.98, what investment strategy would we expect under an efficient market?
Why systematic scientific studies are more valuable : In this assignment, you will take a retrospective look at your life history. First, choose an area of the brain and explain what it does.
Assignment instructions-python : Develop a Python application that incorporates using appropriate data types and provides program output in a logical manner.
Explain the pharmacological aspects of the drug : Explain the pharmacological aspects of the drug as they relate to the following: neurotransmitters affected, receptors, route of administration and half-life.
Class named circle with fields named radius : Please help with the following call using a testcircle.java ? May have to change the original...lost here
Evaluate the scientific evidence of gender expectations : Evaluate the scientific evidence for the influence of gender expectations on social roles, cognitive abilities, and educational and career choices.
Identify a topic in your specialization : Do you have personal experience with this topic in a way that will create obstacles for you or bias your inquiry?
Evaluating the credibility of web documents : Topic - "Evaluating the credibility of web documents" Write in PPT is "Advantages and disadvantages, how it has an impact on college students"
If function that tests whether the value : In cell F13, enter another IF function that tests whether the value in cell D13 is equal to an empty text string.

Reviews

Write a Review

Business Management Questions & Answers

  Caselet on michael porter’s value chain management

The assignment in management is a two part assignment dealing 1.Theory of function of management. 2. Operations and Controlling.

  Mountain man brewing company

Mountain Man Brewing, a family owned business where Chris Prangel, the son of the president joins. Due to increase in the preference for light beer drinkers, Chris Prangel wants to introduce light beer version in Mountain Man. An analysis into the la..

  Mountain man brewing company

Mountain Man Brewing, a family owned business where Chris Prangel, the son of the president joins. An analysis into the launch of Mountain Man Light over the present Mountain Man Lager.

  Analysis of the case using the doing ethics technique

Analysis of the case using the Doing Ethics Technique (DET). Analysis of the ethical issue(s) from the perspective of an ICT professional, using the ACS Code of  Conduct and properly relating clauses from the ACS Code of Conduct to the ethical issue.

  Affiliations and partnerships

Affiliations and partnerships are frequently used to reach a larger local audience? Which options stand to avail for the Hotel manager and what problems do these pose.

  Innovation-friendly regulations

What influence (if any) can organizations exercise to encourage ‘innovation-friendly' regulations?

  Effect of regional and corporate cultural issues

Present your findings as a group powerpoint with an audio file. In addition individually write up your own conclusions as to the effects of regional cultural issues on the corporate organisational culture of this multinational company as it conducts ..

  Structure of business plan

This assignment shows a structure of business plan. The task is to write a business plane about a Diet Shop.

  Identify the purposes of different types of organisations

Identify the purposes of different types of organisations.

  Entrepreneur case study for analysis

Entrepreneur Case Study for Analysis. Analyze Robin Wolaner's suitability to be an entrepreneur

  Forecasting and business analysis

This problem requires you to apply your cross-sectional analysis skills to a real cross-sectional data set with the goal of answering a specific research question.

  Educational instructional leadership

Prepare a major handout on the key principles of instructional leadership

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd