Question: Create a program that reads integers in range 0 .. 9999. The event stops reading if -99 is entered. Your event should use Stack to store those numbers then it used Priority Queue to print out those numbers in ascending order. Note: Arrays, lists, API classes and any other data structures are not allowed.