Mine
public text v1 · immutablechar b,w,h;
float day;
cout << "Press return after entering a answer.\n";
cout << "Please enter the type of day your flight leaves on, b for business day, w for weekend, or h for holiday.";
cin >> day;
if (day == b){
cout<<"Please enter the time the fight left."
}