Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

The distance between two cities is 265 miles. Let us call these cities as CityA

ID: 643979 • Letter: T

Question

The distance between two cities is 265 miles. Let us call these cities as CityA and CityB. Employees live in the CityA and travel to the CityB every day in the morning and come back in the evening on the same day except on Saturday and Sunday. They do not travel on vacations, holidays and sick days. Make following assumptions:

On January 1st, it is Monday.

It is not a leap year and the total number of days in the year is 365.

Each employee has 6 days of holidays in a year.

Each employee is entitled for different number of vacation in a year. The managers are entitled for 20 days of vacation every year and the workers are entitled for 15 days.

The managers and the workers both are also entitled for different number of sick days in a year. For mangers this is 10 and for the workers it is 15.

Write a program which accepts the employee type from the user and based on that calculates many miles the employee will travel in a year. Test it for different types of employees. The majority of the codes should be written in separate function(s). Limit the code in the main function. The main function should be mostly calling the other functions to meet the requirement of the project.

Though the managers and the workers are entitled for certain number of vacations and sick leave, they don't have to use all of those in a year. They may decide to use only part of these. You program should ask the user the followings:

1. Type of employee.

2. Number of vacation days used.

3. Number of sick days used.

You should write validations to make sure that the number of vacation days used, and the number of sick days used do not exceed the number of days the employee is entitled to.

Explanation / Answer

#include <iostream>
#include <string>

using namespace std;
class employee;


private;
string type, cities, //string of type and different cities
int no of days of vacation used;
public
employee() // employee(const employee&)

{
type=0
cities-"";
number of vacation days used="";
number of sick days use="";
}
string getvacation(){
return vacation; //return pointer to the number of vacation days used,number of sick days used;

}
string setvacation(string v){
calculate miles travelled=m; //set miles to miles passed in parameter;
}

int getnumber of days of vacation used(){
return no of vacation days used; //return vacation from object
}
void setvacationdaysused (int v){;
if (v<0); // check if vacation is 0 or not;
number of vacation days used=0;
number of sick days used=0;
else;
number of vacation days used=0;
nuber of sick days used=0;
}

{
//main.cpp
#include <iostream>
#include <string>
class employee
using namespace std;

employee e1,e2,e3; // create 3 object for class employees
string gets(); //function defined to return a new string entered by user
void print(); //function to print the details of the 3 employees

int main(); //main start here;
int temp; //temp variables to hold miles travelled by the 3 employees

// 1st employee details entered by user
cout<<" enter the first city of 1st employee
e1.setcity(get());
cout<<" enter the no of days of vacation used;
e1.setnoofdaysofvacation used(get());
cout<<" enter the no of sick days used;
e1.setnoofsickdays used(get());
cin>>temp;
e1.setmiles travelled (temp);

//2nd employee details entered by user
cout<<" enter the first city of 1st employee
e2.setcity(get());
cout<<" enter the no of days of vacation used;
e2.setnoofdaysofvacation used(get());
cout<<" enter the no of sick days used;
e2.setnoofsickdays used(get());
cin>>temp;
e2.setmiles travelled (temp);

// 3rd employee details entered by user
cout<<" enter the first city of 1st employee
e3.setcity(get());
cout<<" enter the no of days of vacation used;
e3.setnoofdaysofvacation used(get());
cout<<" enter the no of sick days used;
e3.setnoofsickdays used(get());
cin>>temp;
e3.setmiles travelled (temp);

//output starts
cout << :: output start here::";
print(); call function to print details of the 3 employee;
cout<< calculate the miles travelled by the 3 employee
e1,set no of vacation days used (int) e1 get number of vaction days used()*20.8);
e2,set no of vacation days used (int) e2 get number of vaction days used()*15,17);
e3,set no of vacation days used (int) e3 get number of vaction days used()*20.8);

cout<<" ::
print (); //again print details;
return 0; //finish main()

}
string get(){
string n;
cin>n;
return n;

}

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote