Write a C++ program that takes an array of integers and uses the STL's std::sort algorithm to
sort the array in descending order. Print the sorted array to the console.
(20)
Fig: 1