write a program that uses a LinkedList object to store –content- Question Using Java, write a program that uses a LinkedList object to store a list of print jobs in a First-In-First-Out queue. Each object should have 2 pieces of data defined as part of a Job class: a sequential number indicating the print job number and how long the print job will take (the amount of time is a random number between 10 and 1000). The program should prompt the user to enter 1 to add a job and 2 to stop adding jobs. When no more jobs are added, the program should automatically display all job numbers and the time the job should take.

Order from us and get better grades. We are the service you have been looking for.