When all five jobs are completed the application should


Design a help-desk priority manager. Store help requests stored in a text file with the following structure: priority, id of requesting party, time of request The priority is an integer in the range 1-5 with 1 being the least important and 5 being the most important. The id is a four-digit employee identi- fication number and the time is in TimeSpan.Hours, TimeSpan.Minutes, TimeSpan.Seconds format. Write a Windows application that, during the Form Load event, reads five records from the data file containing help requests, prioritizes the list using a priority queue, and displays the list in a list box. Each time a job is completed, the user can click on the job in the list box to remove it. When all five jobs are completed, the application should automatically read five more data records, prioritize them, and display them in the list box.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: When all five jobs are completed the application should
Reference No:- TGS01716062

Expected delivery within 24 Hours