You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It takes in ICCID (Integrated Circuit Card Identifier) values as input from the user and predicts if it is a valid sim serial number or not. The algorithm to be used is the Luhn Algorithm.
This algorithm is used to calculate the check digit on SIM card numbers.
The checklist will be updated by the maintainers / author of this issue according to the language in which snippets are added or are proposed to be added.
The text was updated successfully, but these errors were encountered:
Description
It takes in ICCID (Integrated Circuit Card Identifier) values as input from the user and predicts if it is a valid sim serial number or not. The algorithm to be used is the Luhn Algorithm.
This algorithm is used to calculate the check digit on SIM card numbers.
Refer - Luhn Algorithm
Language
Type of issue
The checklist will be updated by the maintainers / author of this issue according to the language in which snippets are added or are proposed to be added.
The text was updated successfully, but these errors were encountered: