Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Re: Simple java program to calculate wall covering of a room

    oops, that may have been my bad. don't re-declare input. It should be:


    input = JOptionPane.showInputDialog("Please Type in 1 to find the area of another room");


    and you've got an extra set...
  2. Re: Simple java program to calculate wall covering of a room

    You misspelled length :D however, you were consistent, so that doesn't matter. You also have the wrong surface are formula:

    Area = 2*height*length+2*width*length+2*height*width



    Remember,...
Results 1 to 2 of 2