The Calendar Day Calculator Program (C++) asks the user to enter a month, day, and year in MM DD YYYY format. The day of the week for that date is displayed in the console. Multiple functions are used in the program to facilitate logical operations and calculations. The program loops until the user choosese to exit.
Linke to .cpp file: Calendar Day Calculator C++ Program
Copyright (c) 2022 ffm5113