An open API service indexing awesome lists of open source software.

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.

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