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.
- Host: GitHub
- URL: https://github.com/englishexe/validate-credit-card-numbers-in-cpp
- Owner: Englishexe
- Created: 2023-08-14T14:42:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T22:08:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T05:06:52.477Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
Tools:
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