Question: (must be in English and using pointers for beginners. ) Write a C++ program that creates an integer array of a month and get the
(must be in English and using pointers for beginners. ) 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 [ ])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
