National ID App

selvatori

New member
Joined
Aug 3, 2019
Messages
1
Programming Experience
Beginner
Hello, I'm beginner on programming :'D

I want to make a code that takes 14 numbers of national ID from user and converts it to century,date of birth, city serial code and Gender :'D.

Example of Input


28208151304597
C YY MM DD City serial Gender serial

Output
Century:2
DateOfBirth:1995/06/15
City(Based On a number):13 is Cairo 14 is Alexandria.
serial:045
Gender(Based on ODD and Even Numbers): if even number Male, If ODD number Female
last serial: 7
this just an example,.:'D
 

Attachments

  • ID.png
    ID.png
    23.1 KB · Views: 28
  • Untitled.png
    Untitled.png
    16 KB · Views: 28
Back
Top Bottom