Developer-Students-Club-MAIT / Developer-Students-Club-MAIT/cool_code_snippets

Sim Serial Number(ICCID) Validator

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
challenges snippet up for grab
Dominant language
No language data
Stars
11
Forks
15
PR merge metrics
No merged PRs in 30d

Description

# 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](https://en.wikipedia.org/wiki/Luhn_algorithm)

## Language

- [x] C++
- [x] Javascript
- [x] Python
- [x] PHP
- [ ] Other (Please specify)

## Type of issue

- [x] 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.