Write a C++ program that creates an integer array of a month and get the size of this array from the user. The program should take input values (temperatures for all days of the month) from the user. The program should display lowest temperature, highest temperature, and average temperature for the month. Important
Note: Please use pointer notation to access array elements (do not use array notation [ ])
Comments
Leave a comment