Suppose a meteorology station records the temperature and humidity at each hour of every day and stores the data for the past ten days including four numbers that indicate the day, hour, temperature, and humidity. Write a Java program that calculates the average daily temperature and humidity for the 10 days. The first index of data represents 10 days, the second index represents 24 hours, and the third index represents temperature and humidity, respectively. You may randomly select the values of temperature/humidity.
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Suppose a meteorology station records the temperature and humidity at each hour of every day and stores the data for the past ten days ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Suppose a meteorology station records the temperature and humidity at each hour of every day and stores the data for the past ten days including four numbers that indicate the day, hour, temperature, and humidity.