CSC 175 - Intermediate Programming

Dr. R. M. Siegfried

Assignment #20 - Converting Date format and Catching Exceptions for Bad Data

Due Monday, April 15, 2024

Write a program that converts dates from numerical month/day/year format to normal "month day, year" format (e.g., 4/6/2018 becomes April 6, 2018 ).

You will define three exception classes one called MonthException , another called DayException , and a third called YearException .

[Back to the Assignments List]