fkamau1 / banking-app

Simulates a complete banking system including user account management, funds transfer and balance enquiries
MIT License
0 stars 2 forks source link

Create test cases to validate ```luhnsAlgorithCheck``` method #39

Closed fkamau1 closed 11 months ago

fkamau1 commented 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.

fkamau1 commented 11 months ago

Completed by issue #41