Write a program in C or C++ that takes a number series of size n(n integers) as
input from the user, push all the numbers to the stack, and reversethe stack using recursion. Please note
that this is not simply popping and printing the numbers, but theprogram should manipulate the stack to
have the numbers stored in reverse order. In addition to theprovided header file, the students can use
the following function to print the content of the stack: