This commit is contained in:
jverzani
2024-10-15 17:45:52 -04:00
parent 30086f9517
commit c7c60bd436
5 changed files with 5 additions and 4 deletions

View File

@@ -663,7 +663,7 @@ numericq(val)
##### Question
Credit card numbers have a check digit to ensure data entry of a 16-digit number is correct. How does it work? The [Luhn Alogorithm](https://en.wikipedia.org/wiki/Luhn_algorithm).
Credit card numbers have a check digit to ensure data entry of a 16-digit number is correct. How does it work? The [Luhn Algorithm](https://en.wikipedia.org/wiki/Luhn_algorithm).
Let's see if `4137 8947 1175 5804` is a valid credit card number?