First of all this


if (employeeType == "cashier")
{
cout<<"Register Number: ";
cin>>registerNumber;
cout<<endl;
cout<<"Shift: ";
cin>>shift;