SophiaPretty

(5)

$14/per page/Negotiable

About SophiaPretty

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since: Jul 2017
Last Sign in: 304 Weeks Ago, 1 Day Ago
Questions Answered: 15833
Tutorials Posted: 15827

Education

  • MBA,PHD, Juris Doctor
    Strayer,Devery,Harvard University
    Mar-1995 - Mar-2002

Experience

  • Manager Planning
    WalMart
    Mar-2001 - Feb-2009

Category > Engineering Posted 14 Oct 2017 My Price 8.00

. But I now need to add a additional step.

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
        */
    
    }
            
            
            
        }
        
                
        
        
        
    }
    
}

Answers

(5)
Status NEW Posted 14 Oct 2017 11:10 AM My Price 8.00

-----------  ----------- 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

Not Rated(0)