Instantiate a circle by giving its radius and use

Assignment Help JAVA Programming
Reference no: EM13876421

Write a class Circle.java from which we can instantiate a circle by giving

its radius and use it as is shown in the following program.

1 import java.util.Scanner;

2 public class Circles {

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

4 Scanner input = new Scanner(System.in);

5 System.out.print("Enter radius: ");

6 double radius = input.nextDouble();

7 input.close();

8 Circle myCircle = new Circle(radius);

9 double area = myCircle.getArea();

10 double perimeter = myCircle.getCircumference();

11 System.out.printf("Area: %.2f, Perimeter: %.2fn", area,

perimeter);

12 }

Reference no: EM13876421

Questions Cloud

Write a java program that stores these integers : 3. Write a java program that stores these integers 10, 20, 30, 40, 20 in an array named nums. Write the code to count all the occurrences of 20 and then display the count.
Define and discuss the concepts of risk and return : Define and discuss the concepts of risk and return. Also discuss the importance of portfolio diversification and its relationship to risk and return.
The class date was designed and implemented : In Programming Exercise 2, the class Date was designed and implemented to keep track of a date, but it has very limited operations. Redefine the class date so that, it addition to the operations already defined, it can perform the following operation..
Compute the adequate positions in the hedging instruments : You currently hold a 7-year fixed rate bond 5% annually. You would like to hedge against changes in the level and the slope of the yield curve and you plan to use a 1-year zero coupon bond and a 7-year zero coupon bond. Use the following table to com..
Instantiate a circle by giving its radius and use : Write a class Circle.java from which we can instantiate a circle by giving its radius and use it as is shown in the following program. 1 import java.util.Scanner; 2 public class Circles {
Old manufacturing equipment with an annual depreciation : Refer to the data in Problem. Estimate the cash from operations expected in year 2.In Problem, Cameron Parts has the following data from year 1 operations, which are to be used for developing year 2 budget estimates:
Eoq model- very large increase in sales will result : According to the EOQ model, a very large increase in sales will result in
An n n matrix is called a positive markov matrix : An n n matrix is called a positive Markov matrix if each element is positive and the sum of the elements in each column is 1. Write a program MarkovMatrix.java that prompts the user to enter a 33 matrix of double values. Use a method with the followi..
Generates after-tax cash flows : An investment of $83 generates after-tax cash flows of $46.00 in Year 1, $70.00 in Year 2, and $131.00 in Year 3. The required rate of return is 20 percent. The net present value is

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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