Skip to content

adityakiran1423/Credit-card-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Credit-card-validator

A credit card validator program written in C++

It makes use of a header file (.h) which accepts a card number to verify from the user. The algorithm used in the program is called "The Luhn Algorithm".The algorithm is also known as the mod 10 algorithm. It is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, Canadian Social Insurance Numbers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages