Question: written in java with comments Create a program that asks a person their name and queues them in line to determine if they are eligible
written in java with comments
-
Create a program that asks a person their name and queues them in line to determine if they are eligible to receive financial aid. Enqueue at least five people in line. Use a generic queue to implement the queue. You can implement the generic queue any way you want.
Five points extra credit: Process the queue and ask the person if their income is below some amount. If their income is below that amount, display the persons name and that the person is eligible for aid.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
