Question: Using Microsoft Visual Studio C++ from control structure through object 8th (a) Create an application that takes an array of at least 5 elements and
Using Microsoft Visual Studio
C++ from control structure through object 8th
(a) Create an application that takes an array of at least 5 elements and display them one at a time in your output.
(b) Take the application from (a) and load the array via a "cin". Make sure you only input 5 elements to avoid an array overflow. Display the elements one at a time.
(c) Take the application from (b) and replace the array with a vector. Be sure to display the elements one at a time.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
