Tag Archives: IBAN

Check Digit calculation (IBAN) – MOD 97

Some times I am amused how problems, that looked like huge pain, can be solved in few lines of code using basic math algorithms learned at elementary school. We were adding IBAN number verification which requires mod 97 calculation on … Continue reading

Posted in Programming | Tagged , , | 2 Comments