Hi guys. I am a freshman IT students that needs help badly in codes. I have a homework and I hope you guys could help me.
1. Create an application that will simulate a rent-a-car system with the following conditions:
a. A node should be constructed with fields such as plate number, rent date and return date
b. Ask the user to choose from different task such as
[1] Rent a Car,
[2] Return a car,
[3] View Cars Rented ,
[4] Save Transactions
[5] Exit
c. Create functions for each chosen task
i. The rent a car function should add car rented in specified dates
ii. The return a car function should delete a car rented from the node
iii. The view cars rented function can display all cars rented with the number of days left before returning
iv. The save transactions function can store all node data in a text file
2. The application can load recorder transactions from the text file
I really hope you could help me with this. Thank you.