Question: itcs113 Write a Java program that asks the user to enter several integer numbers representing the humidity level in Bahrain for the last 30 days.

itcs113
Write a Java program that asks the user to enter several integer numbers representing the humidity level in Bahrain for the last 30 days. The program should find and print the following based on the sample input/output: 1- The minimum humidity level. SAMPLE INPUT/OUTPUT Enter Humidity #1:54 Enter Humidity 82: 12 Enter Humidity #3: 75 Enter Fhumidity #30.45 2- The number of days the humidity was higher than 50. 3. The average humidity of the whole period. Minimum Humidity. 12 Number of days >50: 13 Average Humidity: 47.4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
