The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Jul 2017 |
| Last Sign in: | 336 Weeks Ago, 3 Days Ago |
| Questions Answered: | 15833 |
| Tutorials Posted: | 15827 |
MBA,PHD, Juris Doctor
Strayer,Devery,Harvard University
Mar-1995 - Mar-2002
Manager Planning
WalMart
Mar-2001 - Feb-2009
I have attached what I have so far. It runs great. But I now need to add a additional step. After I enter the radius, I need another question to pop up to say " Choose 1 for Area or 2 for circumference. Then it will calculate depending on if I choose 1 or 2. I am using netbeans for this java project.
Thank YOU/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package selection;
import java.util.Scanner;
/**
*
*
*/
public class Selection {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
double radius;
double PI=3.14;
System.out.println("Enter the radius");
Scanner input =new Scanner(System.in);
radius=input.nextDouble();
if(radius <=0){
System.out.println("The value entered for radius is invalid. Please enter enter a posotive number");
}
else {
double area=PI*radius*radius;
System.out.println("AREA:" + area);
}
/* enter radius
choose 1 if use wants to copute area or 2 to compure circuference
*/
}
}
}
}
----------- ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly