Task:1
You have to write a program in C++ that can be used for staff holiday management.
Write a C++ program based on object-oriented principles (the program must contain one or more classes) that covers at least the following situation.
Initial Situation:
You want to create a program for the staff holiday management at your college.
Each employee is entitled to 30 days off per year.
Employees who have reached the age of 50 on 1 January of the current calendar year are entitled to a holiday of 32 days.
The following data of each employee is stored in the system:
When the program starts, the "database" of the holiday management is empty, the data must first be entered.
The data must only be available during runtime (no permanent storage necessary!).
Task:
Create a program that covers the following situation:
Use comments in the source code to document your program.
Task:
You are supposed to realize a program for the management of motorbikes in C++.
Initial Situation:
You are responsible for the management of motorcycles. Since all procedures are currently recorded on paper, you are to create a motorcycle management program.
The employee shall be able to manage the customers and make reservations of the motorbikes. The customer can only reserve one motorcycle at a time. There are 4 motorbikes to choose from: "Suzuki Bandit", "Honda TransAlp", "BMW F 650 GS" and "Kawasaki ZZR1400". Make sure that a motorbike is not reserved twice. When making the reservation, the customer has to enter his/her name, first name, address (street, postal code, city), year of birth, telephone number and whether he/she has a Class A driving license. If he/she does not hold an A driving licence, no motorcycle can be reserved. Once the motorcycle has been handed over, the reservation for this customer will be cancelled. The current status of "today" is to be written into the file "reservations.txt“.
The program must at least meet the following requirements:
Customer management:
Management of the reservations:
File management::
The management of customers is to be dynamic. If necessary, respective (error) Messages are to be displayed.. Use comments in the source code to document your program.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme