https://github.com/gwali-1/creditcardverify
A simple check on the validity of a credit card number using Luhn algorithm. The program is also able to specify the type of credit card but not for all cards as it works with a limited database .
https://github.com/gwali-1/creditcardverify
algorithms c
Last synced: 2 months ago
JSON representation
A simple check on the validity of a credit card number using Luhn algorithm. The program is also able to specify the type of credit card but not for all cards as it works with a limited database .
- Host: GitHub
- URL: https://github.com/gwali-1/creditcardverify
- Owner: Gwali-1
- Created: 2021-12-28T13:56:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T14:24:06.000Z (over 3 years ago)
- Last Synced: 2025-02-01T16:22:37.248Z (4 months ago)
- Topics: algorithms, c
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CreditCardVerify
#A simple check on the validity of a creditcard by checking its number using Luhn algorithm. The program is also able to specify the type of credit card but not for all cards as it works with a limited database.
#Enter credit card at prompt and programs tells you if its valid.
#If progam knows the type of card from its database , its tells you the type too