A simple C++ console application that checks if a number (like a credit card or CIN) is valid using the Luhn algorithm. It processes the digits, applies checksum logic, and tells the user whether the number is valid or not.
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple C++ console app that validates card or CIN numbers using the Luhn algorithm. It checks if a number is valid by performing digit-based calculations and returns the result. Useful for understanding checksum logic and number validation.
lkwads/luhn_algorithm
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A simple C++ console app that validates card or CIN numbers using the Luhn algorithm. It checks if a number is valid by performing digit-based calculations and returns the result. Useful for understanding checksum logic and number validation.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published