if (now.get_hours() == homework.get_hours() && now.get_minutes() == homework.get_minutes()) cout << "The homework is due right now!\n";
if (state == "HI" || state == "AK") shipping_charge = 10.00;