https://github.com/heyfoz/cpp-calendar-day-calculator
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 chooses to exit.
https://github.com/heyfoz/cpp-calendar-day-calculator
calendar cpp day-calendar loop
Last synced: about 1 year ago
JSON representation
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 chooses to exit.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-calendar-day-calculator
- Owner: heyfoz
- License: mit
- Created: 2022-10-19T05:14:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:49:51.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:50.026Z (over 1 year ago)
- Topics: calendar, cpp, day-calendar, loop
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_calendar_day_calculator
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