1. Use cut-and-paste to copy this buggy program BuggyProgram.java into a new project (called BuggyProgram of course). See the errors! Edit the program until it
    1. Compiles and runs correctly, e.g.,
      Enter volume, moles, temperature : 1000 250 300
      Pressure is 623.5725
    2. Conforms to the style conventions of Java.
    3. Is suitably commented.
    (1.0%)

Answer