Closed fkamau1 closed 11 months ago
Luhn's Algorithm is a validation algorithm used to verify different numbers. Banks normally use this to validate and verify debit and credit card numbers. In our case we will use this to verify the account number that we are creating.
Completed by issue #41
Luhn's Algorithm is a validation algorithm used to verify different numbers. Banks normally use this to validate and verify debit and credit card numbers. In our case we will use this to verify the account number that we are creating.