C#
Reverse the stack - Thisprocedurewill reverse the order of items in the stack. This one may NOT break the rules of the stack.HINTS: Make use of more stacks. Arrays passed as parameters are NOT copies. Remember, this is a procedure, not a function.
public void ReverseStack(){
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here