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: | 304 Weeks Ago, 4 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
Object-Oriented programming and java fundamentals
I need to write a java application program to display the following information
1.the assesed value of a house
2. the local real esate property rate (different based on the location)
3. the property tax ammount
Â
this is the closest I've come and it doesn't run
This is the first assignment for the class so my background knowlege is limited (I have no idea what I'm doing)
public static void main(String[] args) {
Â
    Scanner keyboard = new Scanner(System.in);
    DecimalFormat formatter = new DecimalFormat("#,##0.00");
Â
    final float ASSESSMENT_PERCENT = 0.60f;
    final float PROPERTY_TAXRATE = 0.0064f;
    double actualValue;
    double assessmentValue;
    double tax;
Â
    System.out.println("What is the value of your property?");
    actualValue = keyboard.nextDouble();
Â
    assessmentValue = actualValue * ASSESSMENT_PERCENT;
    tax = assessmentValue * PROPERTY_TAXRATE;
Â
    System.out.println("Your assessment value is $"
        + formatter.format(assessmentValue)
        + " and the tax based on the assessment is $"
        + formatter.format(tax) + ".");
----------- Â ----------- 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