open-source-workshop / idc-katas

0 stars 40 forks source link

New function #38

Open ChandanaKotta opened 5 years ago

ChandanaKotta commented 5 years ago

Function name

Where to implement

src/luckyNumber.js

Description (optional)

Program to check if a given number is Lucky (all digits are different) Input: n = 983 Output: true All digits are different

Input: n = 9838 Output: false 8 appears twice

akshatgupta001 commented 5 years ago

assign it to me pls

shivamgupta077 commented 5 years ago

i am doing this in cpp