Question 4.2
A meteorologist stores month, rainfall, and temperature for a city in three separate parallel arrays called MONTH[ ], RAINFALL [ ], and TEMPERATURE[ ](a) Construct a program in pseudocode to find the maximum and minimum rainfall and temperature and output the value and which month they are in. Use appropriate outputs for the solution. You can assume that there are no equal values in either array. The total rainfall is...
To access the contents of this site, you must subscribe.