more circles

more circles

Write an application that uses Circle class you created in the previous assignment.
? The program includes a static method createCircle() that
o reads a radius of a circle from the user
o creates a circle object, and
o returns the object.
? The program creates a circle object by using the above method.
? The program passes the circle object to a static method that prints the circumference and the area of the circle object by using the methods in the object.
View Answers

August 17, 2010 at 4:17 PM

Hi Friend,

Try the following code:

import java.util.*;
class Circle{
static double pi=3.14;
double radius;
Circle(){
}
Circle(double radius){
this.radius=radius;
}
public double getRadius(){
return radius;
}
public static Circle createCircle(){
System.out.println("Enter Radius");
Scanner input=new Scanner(System.in);
double r=input.nextDouble();
Circle c=new Circle(r);
return c;
}
public static void calculate(Circle c){
double r=c.getRadius();
double area=pi*r*r;
double circumference=2*pi*r;
System.out.println("Area: "+area);
System.out.println("Circumference: "+circumference);
}
public static void main(String[] args)
{

Circle c=createCircle();
calculate(c);
}
}import java.util.*;
class Circle{
static double pi=3.14;
double radius;
Circle(){
}
Circle(double radius){
this.radius=radius;
}
public double getRadius(){
return radius;
}
public static Circle createCircle(){
System.out.println("Enter Radius");
Scanner input=new Scanner(System.in);
double r=input.nextDouble();
Circle c=new Circle(r);
return c;
}
public static void calculate(Circle c){
double r=c.getRadius();
double area=pi*r*r;
double circumference=2*pi*r;
System.out.println("Area: "+area);
System.out.println("Circumference: "+circumference);
}
public static void main(String[] args)
{

Circle c=createCircle();
calculate(c);
}
}

Thanks









Related Tutorials/Questions & Answers:
more circles - Java Beginners
more circles  Write an application that uses Circle class you created in the previous assignment. ? The program includes a static method createCircle() that o reads a radius of a circle from the user o creates a circle object
even more circles - Java Beginners
even more circles  Write an application that compares two circle objects. ? You need to include a new method equals(Circle c) in Circle class. The method compares the radiuses. ? The program reads two radiuses from the user
Advertisements
Attaching circles
Attaching circles  How to attach circles with a distance joints
Circles and Triangles
Circles and Triangles  How can I draw the triangle inside the ellipse with 3 mouse clicked(or how can i do an outside triangle circle with 3 mouse clicked)?? This is my code for triangle with 3 mouse Clicked but I don't know how
ModuleNotFoundError: No module named 'Circles'
ModuleNotFoundError: No module named 'Circles'  Hi, My Python... 'Circles' How to remove the ModuleNotFoundError: No module named 'Circles... to install padas library. You can install Circles python with following command
ModuleNotFoundError: No module named 'Circles'
ModuleNotFoundError: No module named 'Circles'  Hi, My Python... 'Circles' How to remove the ModuleNotFoundError: No module named 'Circles... to install padas library. You can install Circles python with following command
ModuleNotFoundError: No module named 'Circles'
ModuleNotFoundError: No module named 'Circles'  Hi, My Python... 'Circles' How to remove the ModuleNotFoundError: No module named 'Circles... to install padas library. You can install Circles python with following command
ModuleNotFoundError: No module named 'Circles'
ModuleNotFoundError: No module named 'Circles'  Hi, My Python... 'Circles' How to remove the ModuleNotFoundError: No module named 'Circles... to install padas library. You can install Circles python with following command
how to draw lines,circles, rectangles on JSP.
how to draw lines,circles, rectangles on JSP.  how to draw lines,circles, rectangles on JSP. Kindly provide solutions asap
how to draw lines,circles, rectangles on JSP (using Java Graphics)
how to draw lines,circles, rectangles on JSP (using Java Graphics)  how to draw lines,circles, rectangles on JSP (using Java Graphics)   Hello Anuj Try the Following Code :ADS_TO_REPLACE_1 image.jsp <%@ page
how to draw multilple circles in a circular form and connect them with lines - Java Beginners
how to draw multilple circles in a circular form and connect them with lines  Hi, Can anyone explains me , how to draw multiple circles using a single applet or swings in a circular form and connect them with lines. It should
circles - Java Beginners
ModuleNotFoundError: No module named 'more'
ModuleNotFoundError: No module named 'more'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'more' How to remove the ModuleNotFoundError: No module named 'more' error
UITableview show more
UITableview show more  How to fetch more records from the sql database in UITableview using show more option when there is a large amount of data? Thanks
Is R or Python more popular?
Is R or Python more popular?  Hi, I am beginner in Data Science... or Python more popular? Try to provide me good examples or tutorials links so that I can learn the topic "Is R or Python more popular?". Also tell me
SEND + MORE = MONEY
SEND + MORE = MONEY  Problem Description Write a program to solve... of magic formula is no more than 3, the number of digits of every number is no more... by exactly one space. Example Sample Input: 1 SEND + MORE = MONEY Sample Output
Which method is more efficient?
Which method is more efficient?  I'm faced with initializing a bunch of text fields in java. The problem is that the number of text fields is quite large, so i thought of putting them into an array and using a loop to initialize
more code help
more code help  Instructions: Write a program to translate a message from English to Morse code. Using a simple text editor like Windows Notepad, create a text file with all of the Morse code combinations for the letters
load more with jquery
load more with jquery  i am using jquery to loadmore "posts" from my... box its is going to display php posts and after that when i click on load more...); $('#loadmorebutton').html('Load More
Two or more actions in the same form
Two or more actions in the same form  Can I have two or more actions in the same form
more Submit buttons in the same form
more Submit buttons in the same form  Can I have two or more Submit buttons in the same form
ModuleNotFoundError: No module named 'more-argparse'
ModuleNotFoundError: No module named 'more-argparse'  Hi, My... 'more-argparse' How to remove the ModuleNotFoundError: No module named 'more-argparse' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'more_collections'
ModuleNotFoundError: No module named 'more_collections'  Hi, My... named 'more_collections' How to remove the ModuleNotFoundError: No module named 'more_collections' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'more-executors'
ModuleNotFoundError: No module named 'more-executors'  Hi, My... named 'more-executors' How to remove the ModuleNotFoundError: No module named 'more-executors' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'more_functools'
ModuleNotFoundError: No module named 'more_functools'  Hi, My... named 'more_functools' How to remove the ModuleNotFoundError: No module named 'more_functools' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'more-itertools'
ModuleNotFoundError: No module named 'more-itertools'  Hi, My... named 'more-itertools' How to remove the ModuleNotFoundError: No module named 'more-itertools' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'more-or-less'
ModuleNotFoundError: No module named 'more-or-less'  Hi, My Python... 'more-or-less' How to remove the ModuleNotFoundError: No module named 'more-or-less' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'more-properties'
ModuleNotFoundError: No module named 'more-properties'  Hi, My... named 'more-properties' How to remove the ModuleNotFoundError: No module named 'more-properties' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'more-transformers'
ModuleNotFoundError: No module named 'more-transformers'  Hi, My... named 'more-transformers' How to remove the ModuleNotFoundError: No module named 'more-transformers' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'utter-more'
ModuleNotFoundError: No module named 'utter-more'  Hi, My Python... 'utter-more' How to remove the ModuleNotFoundError: No module named 'utter-more' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'utter-more'
ModuleNotFoundError: No module named 'utter-more'  Hi, My Python... 'utter-more' How to remove the ModuleNotFoundError: No module named 'utter-more' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'django-more'
ModuleNotFoundError: No module named 'django-more'  Hi, My Python... 'django-more' How to remove the ModuleNotFoundError: No module named 'django-more' error? Thanks   Hi, In your python environment
more doubts sir. - Java Beginners
more doubts sir.  Hello sir, Sir i have executed your code... in the bottom of the page.sir i also need to add some more buttons as in internet exoplorer such as search bar and some more buttons.Sir help me out
Is Python more powerful than C++?
Is Python more powerful than C++?  Hi, I am beginner in Data Science...: Is Python more powerful than C++? Try to provide me good examples or tutorials links so that I can learn the topic "Is Python more powerful than C++?"
More About the CronTrigger
More About the CronTrigger       The CronTriggers are more useful than the SimpleTrigger, if we... but here, we should more careful about how many day are used in a month. Months
More than one Faces Configuration file
More than one Faces Configuration file  Is it possible to have more than one Faces Configuration file
more than one struts-config.xml file
more than one struts-config.xml file  Can we have more than one struts-config.xml file for a single Struts application
Apply more than one xsl for single XML
Apply more than one xsl for single XML  How to apply more than one xsl for same xml file
Can a Class extend more than one Class?
Can a Class extend more than one Class?   Hi, Can a Class extend more than one Class? thanks
ModuleNotFoundError: No module named 'more-ascii-art'
ModuleNotFoundError: No module named 'more-ascii-art'  Hi, My... named 'more-ascii-art' How to remove the ModuleNotFoundError: No module named 'more-ascii-art' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'overlay-arrows-and-more'
ModuleNotFoundError: No module named 'overlay-arrows-and-more'  Hi...: No module named 'overlay-arrows-and-more' How to remove the ModuleNotFoundError: No module named 'overlay-arrows-and-more' error? Thanks   
ModuleNotFoundError: No module named 'even-more-itertools'
ModuleNotFoundError: No module named 'even-more-itertools'  Hi, My... named 'even-more-itertools' How to remove the ModuleNotFoundError: No module named 'even-more-itertools' error? Thanks   Hi
ModuleNotFoundError: No module named 'helga-no-more-olga'
ModuleNotFoundError: No module named 'helga-no-more-olga'  Hi, My... named 'helga-no-more-olga' How to remove the ModuleNotFoundError: No module named 'helga-no-more-olga' error? Thanks   Hi, In your
Know About Outsourcing, More About Outsourcing, Useful Information Outsourcing
. This is a controversy-ridden topic in the political circles. When companies... effectiveness or efficiency by allocating tasks to specialist outfitsADS_TO_REPLACE_4 More flexibility Costs become more predictable No need to continue investing
Need More Royalty Free Music Website
Need More Royalty Free Music Website  Royalty free music, which is also known as stock or production music, is a type of good quality music... people to pay royalties. Now I need more royalty free music websites to enrich my
Who earns more software engineer or data scientist?
Who earns more software engineer or data scientist?  Hi, I am... for the tutorials to learn: Who earns more software engineer or data scientist? Try to provide... earns more software engineer or data scientist?". Also tell me which
Which pays more computer science or software engineering?
Which pays more computer science or software engineering?  Hi, I am... for the tutorials to learn: Which pays more computer science or software engineering... "Which pays more computer science or software engineering?". Also
What pays more data science or software engineering?
What pays more data science or software engineering?  Hi, I am... for the tutorials to learn: What pays more data science or software engineering? Try...;What pays more data science or software engineering?". Also tell me which
Who earns more data scientist or data analyst?
Who earns more data scientist or data analyst?  Hi, I am beginner... to learn: Who earns more data scientist or data analyst? Try to provide me good examples or tutorials links so that I can learn the topic "Who earns more
More than 1 preparedStatement object - Java Beginners
More than 1 preparedStatement object  Hey but I want to use more than one prepared Statement object using batch update.. Explain with a code using java... Thanks  Hi Friend, You can use more than one prepared

Ads