You are working on software that will be used to run a public library. You have been assigned the task of calculating the due date for items checked out from the library. There are two categories of items: • New releases can be checked out for 2 weeks. • All other items have a 3 week loan period. You program should ask the user what type of item is being checked out and also to enter the numeric (integer) values of the month, day, and year when the item is being checked out. Using this information, the program should display the due date for the item. To simplify the program, you do not need to worry about leap years, so you can assume that the month of February always has 28 days.