Question: in c + + Write a for loop to print all NUM _ VALS elements of vector courseGrades, following each with a space ( including
in c Write a for loop to print all NUMVALS elements of vector courseGrades, following each with a space including the last Print forwards, then backwards. End with newline. Ex: If courseGrades print:
Hint: Use two for loops. Second loop starts with i courseGrades.size
#include
#include
using namespace std;
int main
const int NUMVALS ;
vector courseGradesNUMVALS;
int i;
for i ; i courseGrades.size; i
cin courseGrades.ati;
Your solution goes here
return ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
