https://github.com/heyfoz/cpp_magic_date_validator
The Magic Date Validator program (C++) receives a month, day, and year as user input, validating whether or not the date provided is a "magic date." For example, 8/2/16 is a magic date since 8 * 2 = 16.
https://github.com/heyfoz/cpp_magic_date_validator
cpp date validator
Last synced: over 1 year ago
JSON representation
The Magic Date Validator program (C++) receives a month, day, and year as user input, validating whether or not the date provided is a "magic date." For example, 8/2/16 is a magic date since 8 * 2 = 16.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp_magic_date_validator
- Owner: heyfoz
- License: mit
- Created: 2022-09-23T08:35:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:46:23.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:45.791Z (over 1 year ago)
- Topics: cpp, date, validator
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_magic_date_validator
The Magic Date Validator program (C++) receives a month, day, and year as user input, validating whether or not the date provided is a "magic date." For example, 8/2/16 is a magic date since 8 * 2 = 16.
Link to .cpp file: Magic Date Validator C++ Program
Copyright (c) 2022 ffm5113