Question: JAVA Chapter 2 Lab Java Fundamentals Task #1 Correcting Logic Errors in Formulas 1. Download the file Numeric Types.java (see code listing 2.1) from www.aw.com/cssupport
Chapter 2 Lab Java Fundamentals Task #1 Correcting Logic Errors in Formulas 1. Download the file Numeric Types.java (see code listing 2.1) from www.aw.com/cssupport or as directed by your instructor. 2. Compile the source file, run the program, and observe the output. Some of the output is incorrect. You need to correct logic errors in the average formula and the temperature conversion formula. The logic errors could be due to con- version between data types, order of operations, or formula problems. The nec- essary formulas are scorel score2 average C = 132) numbero/Scores 3. Each time you make changes to the program code, you must compile again for the changes to take effect before running the program again. 4. Make sure that the output makes sense before you continue. The average of 95 and TOO should be 97.5 and the temperature that water boils is 100 degrees Celsius
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
