Question: C++ programming. code output needs to be exactly like sample. 3 Symmetric Arrays Write a C program that Scans in 12 integers (from the user)


C++ programming. code output needs to be exactly like sample.
3 Symmetric Arrays Write a C program that Scans in 12 integers (from the user) and stores them in an array. Displays the average of the elements in the array Displays the array elements in reverse order, i.e. displays the last element first. Checks whether the array is symmetric, e. if the value of the first element equals the last one, if the value of the second element equals the one before the last one, Note: The loop structure must be used to get numbers entered by a user into an array, access the array to display the elements in the reverse order and to find the average value. If your program does not use the loop, you will get 0 point for this problem! Sample Code Execution 1: Red text indicates information entered by the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
