Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sim Serial Number(ICCID) Validator #25

Open
5 of 7 tasks
deepika-rana opened this issue Oct 17, 2020 · 0 comments
Open
5 of 7 tasks

Sim Serial Number(ICCID) Validator #25

deepika-rana opened this issue Oct 17, 2020 · 0 comments
Labels
challenges A code snippet solving a coding challenge snippet A cool code snippet up for grab

Comments

@deepika-rana
Copy link

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

  • C++
  • Javascript
  • Python
  • PHP
  • Other (Please specify)

Type of issue

  • Feature
  • Bug

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.

@kaustubhgupta kaustubhgupta added challenges A code snippet solving a coding challenge hacktoberfest snippet A cool code snippet up for grab labels Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenges A code snippet solving a coding challenge snippet A cool code snippet up for grab
Projects
None yet
Development

No branches or pull requests

2 participants