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: | 305 Weeks Ago, 2 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
need help debugging this program
Â
import java.util.Scanner;
import java.lang.Math;Â Â Â Â // Note: Needed for math functions
Â
public class PaintEstimator {
  public static void main(String[] args) {
     Scanner scnr = new Scanner(System.in);
     double wallHeight = 0.0;
     double wallWidth = 0.0;
     double wallArea = 0.0;
     double gallonsPaintNeeded = 0.0;
     int cansNeeded = 0;
    Â
     final double squareFeetPerGallons = 350.0;
     final double gallonsPerCan = 1.0;
    Â
     System.out.println("Enter wall height (feet): ");
     wallHeight = scnr.nextDouble();
    Â
     // Prompt user to input wall's width
     System.out.println("Enter wall width (feet): ");
     wallHeight = scnr.nextDouble();
    Â
     // Calculate and output wall area
     wallArea = wallHeight * wallWidth;
     System.out.println("Wall area: square feet");
    Â
     // Calculate and output the amount of paint in gallons needed to paint the wall
     gallonsPaintNeeded = wallArea/squareFeetPerGallons;
     System.out.println("Paint needed: " + gallonsPaintNeeded + " gallons");
    Â
     // Calculate and output the number of 1 gallon cans needed to paint the wall, rounded up to nearest integer
     cansNeeded = gallonsPaintNeeded / gallonsPerCan / squareFeetPerGallons; //Hint: this line is missing two operations
     System.out.println("Cans needed: " + cansNeeded + " can(s)");Â
Â
     return;
  }
}
----------- Â ----------- 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