Posts Tagged ‘C#’

Check Digit calculation (IBAN) - MOD 97

{ Posted on Apr 17 2009 by admin }
Tags : , ,
Categories : Programming
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 ...Read More »