Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In GO Programming Language Please A Service Station has multiple branches and they provide basic services such as Oil Change and Car Wash (Assume there
In GO Programming Language Please
A Service Station has multiple branches and they provide basic services such as Oil Change and Car Wash (Assume there is one type of Oil Change and Car Wash is available). All vehicles are registered at the service station before they can be serviced. Create a program that will send a promotion (or reminder) to the vehicle owner for oil change 6 months since the last oil change. Demonstrate: 1. Given a date, generate a report showing customer information, car, type of service and last date of service. 2. Given customer id, generate a report showing details of last coupon notification for each of the service. Hint: - Create packages for Dealer, Technician, Service, Customer, ServiceTransactionHidtory, CouponNotificationHidtory, etc. - Make sure the data can be stored in the text file (Comm Separated File or CSV is recommended) - Allow all operations on each of the records such as add, update, delete and search. - Load the data into array or slice object from your data files when you start your application and save the data into files before exiting the application. - Make sure you have realistic data to test your solution. Decide what attributes are needed for each of these packages. Also, the above packages are just a guideline, but you are free to create your own packages and structuresStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started