Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 1: Write a Java program to implement a Priority Queue in an office i. iii. Provide the menu as shown below. Run the program

image text in transcribed
Task 1: Write a Java program to implement a Priority Queue in an office i. iii. Provide the menu as shown below. Run the program in a loop: stop when user opts 4. Use your own singly linked list of nodes with info requestID and priority. Add a customer should input priority (0 to 10) from user and enqueue it at proper position in the priority queue. Remove a customer should dequeue a customer with highest priority. Show the queue should display the queue using the method printQueue(). IV. V. Priority Queue Priority Queue Priority Queue Priority Quelle Priority Queue 1. Add a customer 2. Remove a customer 3. Show the queue 4. Exit 1. Add a customer 2. Remove a customer 3. Sbow the queue 4. Exit 1. Add a customer 2 Remove a customer 3. Show the queue 4. Exit 1. Add a customer 2. Remove a customer 3. Show the queue 4. Exit 1. Add a customer 2. Remove a customer 3. Show the queue 4. Exit Your choice? 1 Your choice? 2 Your choice? 1 Your choice? 3 Your choice? 1 Enter priority? 7 Added customer #1 Removed customer #2(9) Enter priority? Added customer #2 Queue-2 (9), 17), 3(1) Enter priority? 1 Added customer #3 Queue - 17),3(1)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

=+j Describe the various support services delivered by IHR.

Answered: 1 week ago