Question: write in c++ please!! Write a function called printReversed() that will print the values in a sorted array of n integers to the screen in

write in c++ please!!

Write a function called printReversed() that will print the values in a sorted array of n integers to the screen in reverse order, one per line. For example, if the array is sorted in ascending order, the function should print the values in the array in descending order.

A prototype for this function is given below:

void printReversed(int array[], int n);

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!