Help me please!!!!!
Write a java program to manage the queues at a bank.
1. Create a class “Person” defined by name, age, account number andtransaction. The transaction can be “account” or “enquiry” or”others”
2. Create the Bank class that has three Queues namely elderQ,accountQ and otherQ.
3. Your program will read the details of Persons coming to theBank from a file named “today.txt”.
4. Your program will assign each person to one of the threequeues.
5. People above the age of 50 are assigned to the elderQ, thosewith “account” transactions are assigned to the accountQ and“others” are sent to the otherQ. 7. Your program must
OR
OR