Question: Integer vecLength is read from input. Given the integer vector averageScores with the size of vecLength, write a for loop to output all the integers

Integer vecLength is read from input. Given the integer vector averageScores with the size of vecLength, write a for loop to output all the integers in averageScores in reverse order. Separate the integers with a vertical bar surrounded by spaces ("| "). Ex: If the input is 6 344459727693 then the output is: \begin{tabular}{l|l|l|l|l|l} 93 & 76 & 72 & 59 & 44 & 34 \end{tabular}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
