} else if (month == 2) { s = "February"; } else if (month == 3) { s = "March"; } else if (month == 4) { s = "April"; } else if (month == 5) { s = "May"; } else if (month == 6) { s = "June"; } else if (month == 7) { s = "July";