BlueJ (area of circle)

BlueJ (area of circle)

How does one write a program to calculate the area of a circle in BlueJ? Note that the user will have to provide the radius.

View Answers

April 7, 2011 at 12:41 AM

A simple program to calculate the area of a circle. radius provided by user.

this is what i got but i can't compile it without an error. please help if you identify my mistake.

public class stage1 { // BEGIN Area of Circle

/**
 *    Get radius from user
 *    Set area = Math.Pi * radius * radius
 *    Output "Area : " area
 * END Area of Circle
 */

public static void main(String [] areaCircle) 
{
    Scanner keyboard = new Scanner(System.in);
    System.out.println("Enterh the circle's radius: ");
    double radius = keyboard.nextDouble();
    System.out.println("int Area");
}

}


April 7, 2011 at 10:28 AM

import java.util.Scanner;
public class AreaOfCircle { 

public static void main(String [] str) 
{
    Scanner keyboard = new Scanner(System.in);
    System.out.println("Enter the circle's radius: ");
    double radius = keyboard.nextDouble();
    double PI=3.14;
    double area=PI*radius*radius;
    System.out.println("Area of circle: "+area);
    }
}

July 27, 2013 at 12:01 AM

import javax.swing.JOptionPane;
public class constant
{
public static void main(String[]args)
{

 final double PI = 3.142;
 double R1,R2,area,average;
 String input;

 input= JOptionPane.showInputDialog("AREA");
 area=Integer.parseInt(input);

 input= JOptionPane.showInputDialog("Radius 1");
 R1=Integer.parseInt(input);

 input= JOptionPane.showInputDialog("Radius 2");
 R2=Integer.parseInt(input);

 average=(area=PI*R1*R2);

 JOptionPane.showMessageDialog(null,"Area of circle: "+ area);
 System.exit(0);









Related Tutorials/Questions & Answers:
BlueJ (area of circle)
BlueJ (area of circle)  How does one write a program to calculate the area of a circle in BlueJ? Note that the user will have to provide the radius.   A simple program to calculate the area of a circle. radius provided
area of a circle - Java Beginners
area of a circle  Write a class circle which consists of functions getdata() and area(), and also write a main program to create a circle object and to find the area by calling the function area () in circle class and display
Advertisements
Method which returns area of circle - Java Beginners
Java code you can return the area of a circle and give the radius... of Circle : "+area); double perimeter = a.perimeterOfCircle(r...Method which returns area of circle  Need simple Java Method example
How to calculate area of Circle
How to Calculate Area of Circle   ... of calculating  the area of circle. In this program you will be taught each and every... the area of circle. After that it return the area of circle, return the doubles type
Write a program to calculate area and perimeter of a circle
Write a program to calculate area and perimeter of a circle... example will teach you the method for preparing a program to calculate the area and perimeter of a circle. First of all name a class as "CircleArea"
circle
circle  Program to test whether a given point lies inside a circle... of the circle : "); double r = input.nextDouble... of circle : "); double x1 = input.nextDouble(); System.out.print
RECYCLING SYSTEM IN JAVA WITH BLUEJ
Reverse string in BlueJ
Creating circle inside a circle
Creating circle inside a circle  hi can any one give code for following output by awt/swing creating circle inside a circle ,outside cirlce and intersect a circle
Java Circle to Circle collision detection
Java Circle to Circle collision detection  Java Circle to Circle collision detection
writing program in bluej - Java Beginners
Writing bprogram in bluej - Java Beginners
Java Program Qns using BlueJ
Circle question - Java Beginners
void calculate(Circle c){ double r=c.getRadius(); double area=pi*r*r; double...Circle question  Hey You helped me with one this question already... that uses Circle class you created in the previous assignment. ? The program
Design a class named BankAccount to hold datas for a bank account in Java using Bluej Software - Java Interview Questions
Design a class named BankAccount to hold datas for a bank account in Java using Bluej Software  1)Design a class named BankAccount to hold the following data for a bank account: - Balance - Number of deposits
ModuleNotFoundError: No module named 'circle'
ModuleNotFoundError: No module named 'circle'  Hi, My Python... 'circle' How to remove the ModuleNotFoundError: No module named 'circle'... to install padas library. You can install circle python with following command
ModuleNotFoundError: No module named 'circle'
ModuleNotFoundError: No module named 'circle'  Hi, My Python... 'circle' How to remove the ModuleNotFoundError: No module named 'circle'... to install padas library. You can install circle python with following command
ModuleNotFoundError: No module named 'circle'
ModuleNotFoundError: No module named 'circle'  Hi, My Python... 'circle' How to remove the ModuleNotFoundError: No module named 'circle'... to install padas library. You can install circle python with following command
Text Area
Text Area  how to browse an image in text area instead of giving url of particular image
How do I handle the reaction of a circle and a semi-circle colliding in java?
How do I handle the reaction of a circle and a semi-circle colliding in java?  How do I handle the reaction of a circle and a semi-circle colliding in java
How to draw a circle bucket, draw a circle bucket, circle bucket
How to draw a circle bucket       This example has a simple way to learn easily to make a circle shape.... ADS_TO_REPLACE_2 Draw Circle: Now draw a circle inside the big circle with any
By using Applet display a circle in a rectangle
By using Applet display a circle in a rectangle  Write a java applet to display a circle in a rectangle
setting RGB for a circle
setting RGB for a circle  how can i change the color of the circle(not through filling it) and i want to use RGB (not regular colors such as black or red..) i should include RGB numbers (for example 240, 150, 19) but i am
Java GUI code- creating a circle
that prompts the user to enter the center and a point on the circle, which is (x,y)(x2,y2). The program should then output the circle's radius, circumference, and area. I did my code but I can't seem to figure out the mathematical code
ModuleNotFoundError: No module named 'circle-asset'
ModuleNotFoundError: No module named 'circle-asset'  Hi, My Python... 'circle-asset' How to remove the ModuleNotFoundError: No module named 'circle-asset' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Circle-Beacon'
ModuleNotFoundError: No module named 'Circle-Beacon'  Hi, My... 'Circle-Beacon' How to remove the ModuleNotFoundError: No module named 'Circle-Beacon' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Circle-Beacon'
ModuleNotFoundError: No module named 'Circle-Beacon'  Hi, My... 'Circle-Beacon' How to remove the ModuleNotFoundError: No module named 'Circle-Beacon' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Circle-Map'
ModuleNotFoundError: No module named 'Circle-Map'  Hi, My Python... 'Circle-Map' How to remove the ModuleNotFoundError: No module named 'Circle-Map' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'Circle-Map'
ModuleNotFoundError: No module named 'Circle-Map'  Hi, My Python... 'Circle-Map' How to remove the ModuleNotFoundError: No module named 'Circle-Map' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'my_Circle'
ModuleNotFoundError: No module named 'my_Circle'  Hi, My Python..._Circle' How to remove the ModuleNotFoundError: No module named 'my_Circle' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'Circle-Beacon'
ModuleNotFoundError: No module named 'Circle-Beacon'  Hi, My... 'Circle-Beacon' How to remove the ModuleNotFoundError: No module named 'Circle-Beacon' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'circle-fit'
ModuleNotFoundError: No module named 'circle-fit'  Hi, My Python... 'circle-fit' How to remove the ModuleNotFoundError: No module named 'circle-fit' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'Circle-Tickler'
ModuleNotFoundError: No module named 'Circle-Tickler'  Hi, My... named 'Circle-Tickler' How to remove the ModuleNotFoundError: No module named 'Circle-Tickler' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'git-circle'
ModuleNotFoundError: No module named 'git-circle'  Hi, My Python... 'git-circle' How to remove the ModuleNotFoundError: No module named 'git-circle' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'circle-asset'
ModuleNotFoundError: No module named 'circle-asset'  Hi, My Python... 'circle-asset' How to remove the ModuleNotFoundError: No module named 'circle-asset' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Circle-Map'
ModuleNotFoundError: No module named 'Circle-Map'  Hi, My Python... 'Circle-Map' How to remove the ModuleNotFoundError: No module named 'Circle-Map' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'Circle-Tickler'
ModuleNotFoundError: No module named 'Circle-Tickler'  Hi, My... named 'Circle-Tickler' How to remove the ModuleNotFoundError: No module named 'Circle-Tickler' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'logi-circle'
ModuleNotFoundError: No module named 'logi-circle'  Hi, My Python... 'logi-circle' How to remove the ModuleNotFoundError: No module named 'logi-circle' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'circle-asset'
ModuleNotFoundError: No module named 'circle-asset'  Hi, My Python... 'circle-asset' How to remove the ModuleNotFoundError: No module named 'circle-asset' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Circle-Map'
ModuleNotFoundError: No module named 'Circle-Map'  Hi, My Python... 'Circle-Map' How to remove the ModuleNotFoundError: No module named 'Circle-Map' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'djangoldp-circle'
ModuleNotFoundError: No module named 'djangoldp-circle'  Hi, My... named 'djangoldp-circle' How to remove the ModuleNotFoundError: No module named 'djangoldp-circle' error? Thanks   Hi, In your
Area Tag in html5, Definition of <area> tag in HTML5.
Area Tag in html5, Definition of  <area> tag in html5... in the html document. The <area> tag is used for creating an area...: <area coords="value" href="resource" shape="
How to design a circle logo, design a circle logo, a circle logo
How to design a circle logo     ... will learn here a simple circle logo, I have not used tough steps so it is easy... a Shape: Select a "Circle thin frame" by the Custom shape tool
How to Create Circle In Java
How to Create Circle In Java     ..., you will learn how to create Circle Diagram. The java circle is the most... the shape to enclose an area. The Java2D API  also provides several classes
ModuleNotFoundError: No module named 'area'
ModuleNotFoundError: No module named 'area'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'area' How to remove the ModuleNotFoundError: No module named 'area' error
bean area - SQL
bean area  how to print bean area in excel sheet from oracle forms
MySQL Area
MySQL Area       This example illustrates how to find the area of rectangle in MySQL. In this example we create a procedure to find the area of rectangle. In the query below we take
ModuleNotFoundError: No module named 'tap-circle-ci'
ModuleNotFoundError: No module named 'tap-circle-ci'  Hi, My... 'tap-circle-ci' How to remove the ModuleNotFoundError: No module named 'tap-circle-ci' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'great-circle-calculator'
ModuleNotFoundError: No module named 'great-circle-calculator'  Hi...: No module named 'great-circle-calculator' How to remove the ModuleNotFoundError: No module named 'great-circle-calculator' error? Thanks   
MySQL Area
MySQL Area  This example illustrates how to find the area of rectangle in MySQL. In this example we create a procedure to find the area of rectangle. In the query below we declare two integer type variable w and h with default

Ads