Skip to content

"Expert" level exercise from Edabit.com

Notifications You must be signed in to change notification settings

mreed4/fiscal-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

An "Expert" level exercise from Edabit.com.

Each person in Italy has an unique identifying ID code issued by the national tax office after the birth registration: the Fiscal Code (Codice Fiscale). Given an Object containing the personal data of a person (name, surname, gender and date of birth) return the 11 code characters as a string, according to certain rules. There are three parts of the fiscal code, corresponding to the four parts of the Object.

[Surname][Name][DOB & Gender]

About

"Expert" level exercise from Edabit.com

Topics

Resources

Stars

Watchers

Forks