Question: CHALLENGE ACTIVITY 4 . 2 . 3 : Printing vector elements with a for loop. Write a for loop to print all NUM _ VALS
CHALLENGE
ACTIVITY
: Printing vector elements with a for loop.
Write a for loop to print all NUMVALS elements of vector courseGrades, following each with a space includir forwards, then backwards. End with newline. Ex: If courseGrades print:
Hint: Use two for loops. Second loop starts with i courseGrades.sizeNotes
Note: These activities may test code with different test values. This activity will perform two tests, both with a vector;
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
