Write C++ functions to handle the following tasks. You are supposed to enter average temperatures of all 12 months of 2019 in an array of type double. Display name of months withmaximumtemperature, also display name of months withminimumtemperature. Temperature for months are stored in sequence, at 0 index temperature for January is stored and at 11 index temperature for December is stored. Suppose that data entered in array looks as follow:
0 1 2 3 4 5 6 7 8 9 10 11
14
13.1
19.3
32.5
33.5
42.5
39
26
23
16
Output should be like.
Maximum temperature is 42.5 of months July and August.
Minimum temperature is 13.1 of month February
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here