Question: CHALLENGE ACTIVITY 4 . 2 . 3 : Printing vector elements with a for loop. Write a for loop to print all NUM _ VALS

CHALLENGE
ACTIVITY
4.2.3: Printing vector elements with a for loop.
Write a for loop to print all NUM_VALS elements of vector courseGrades, following each with a space (includir forwards, then backwards. End with newline. Ex: If courseGrades ={7,9,11,10}, print:
7,9,11,10
10,11,9,7
Hint: Use two for loops. Second loop starts with i = courseGrades.size()-1(Notes)
Note: These activities may test code with different test values. This activity will perform two tests, both with a (vector=4;
 CHALLENGE ACTIVITY 4.2.3: Printing vector elements with a for loop. Write

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!