Question: C++ Visual Studio project of each problem. Write a program to request the user enter an integer. Then create a vector with that number of
Visual Studio project of each problem. Write a program to request the user enter an integer. Then create a vector with that number of elements whose values are evenly spaced between 1 and 100. Then create another vector containing every third element of the first vector, and display the elements in this final vector to the screen. For example: OX Microsoft Visual Studio Debug Console Enter number of points: 20.8 40.6 60.4 80.2 100 C:\Users\kmcfall\OneDrive - Kennesaw State University\Courses Taug ht\Intermediate programming for mechatronics\2018Fall\Tests\Testei \Probleme1\Debug\Problem01.exe (process 2736) exited with code e. Press any key to close this window
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
