Luhn

Luhn function to return true or false if is valid based on Luhn identification number requirements (Modulus 10 or Mod10)
Identification numbers like Credit card, Social Insurance, IMEI, etc.
More on https://www.geeksforgeeks.org/luhn-algorithm/

CodeFunctionName
What is this?

Public

Tested

Imported

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Boldcodes.com

Linkedin Login

s

Luhns("79927398713") = True
Luhns("1233333") = False

Views 199

Downloads 108

CodeID
DB ID