C Workshop
|
Functions | |
bool | ValidateIsraeliId (const int id) |
Validate a 9-digit Israeli ID number according to the Luhn algorithm. More... | |
int | SumOfDigits (int number) |
Compute the sum of the digits in a number. More... | |
int SumOfDigits | ( | int | number | ) |
Compute the sum of the digits in a number.
number | The number to sum |
bool ValidateIsraeliId | ( | const int | id | ) |
Validate a 9-digit Israeli ID number according to the Luhn algorithm.
id | The ID number to validate. |