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.Use pointer notation.
Comments
Leave a comment