ambujraj / hacktoberfest2018

A repository for HacktoberFest 2018.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create a telephone number validator

ambujraj opened this issue · comments

commented

I will take this issue. Can you please elaborate it more ? Do I need to create a program to check validity of a mobile number like it is numeric and 10-digit ? or something else ?

commented

you just need to check if the mobile number is numeric and of 10 digit

Done Please review. #131

Please review my PR #132 in which I added the program in cpp to validate a phone number.

#133 Please review this PR

Make an issue for recursion @ambujraj

commented

done