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

https://github.com/englishexe/validate-credit-card-numbers-in-cpp

In this project you enter a credit card number in the terminal and it will check if it is a valid number.
https://github.com/englishexe/validate-credit-card-numbers-in-cpp

Last synced: 2 months ago
JSON representation

In this project you enter a credit card number in the terminal and it will check if it is a valid number.

Awesome Lists containing this project

README

          

Validate-Credit-Card-Numbers-in-cpp


Project Status: 🟢 - Complete


Overview:


In this project you enter a credit card number in the terminal and it will check if it is a valid number.\
Use looped.cpp to have the program constantly loop.


Langauges:



CPP

Tools:



VisualStudioCode

GCC

Description:


Using CPP, VScode and GCC I have made a credit card number validator, once you enter a credit card number it will validate it by using the sumEvenDigits & sumOddDigits function.

14/08/23 - V1 - Build 1