Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class QueueMain extends Queue{
- // Main method
- public static void main(String[] args) {
- // Instantiating Queue
- Queue Queue = new Queue();
- Queue.menu();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement