All pastes #2111042 Raw Edit

Mine

public text v1 · immutable
#2111042 ·published 2012-02-08 04:56 UTC
rendered paste body
char 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."
	}