nightfury000 / Credit_cardno_validation

It checks if the credit card number is valid or invalid and it is based on Luhn's algorithm.
1 stars 0 forks source link

Credit_cardno_validation

Basically this program is implementation of Luhn's Algorithm to validate credit card number, if it is valid or invalid. Also the same logic applies to IMEI(International Mobile Equipment Identity) number so it can detect if the IMEI number is valid or not