Question: Write the complete Java code for a method that will read a series of temperatures from the keyboard, and then display on the screen the
Write the complete Java code for a method that will read a series of temperatures from the keyboard, and then display on the screen the number of temperatures over 40 degrees, and the average of all the temperatures. The method will terminate when a temperature of -99 is entered. Your method should work for any number of temperatures entered.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
