Package edu.cnm.deepdive
-
Class Summary Class Description Luhn This class defines a single static method,isValid(String)method, which implements the Luhn algorithm to check the validity of aStringof digits.
| Class | Description |
|---|---|
| Luhn |
This class defines a single static method,
isValid(String) method, which implements the
Luhn algorithm to check the validity
of a String of digits. |