Question: Write a for loop to print all NUM_VALS elements of vector courseGrades, following each with a space (including the last). Print forwards, then backwards.
Write a for loop to print all NUM_VALS elements of vector courseGrades, following each with a space (including the last). Print forwards, then backwards. End with newline. Ex: If courseGrades = {7, 9, 11, 10), print: 7 9 11 10 10 11 9 7
Step by Step Solution
3.25 Rating (160 Votes )
There are 3 Steps involved in it
C Program include using namespace std int main const in... View full answer
Get step-by-step solutions from verified subject matter experts
