pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Convert numbers to their word forms🔡 #238

Closed pratik-choudhari closed 3 years ago

pratik-choudhari commented 3 years ago

Feature ✅

Description

Given a number create and display its word form.

Example

Input: 6782 Output: six thousand seven hundred and eighty two

Input: 1,11,098 Output: one lakh eleven thousand and ninety eight

Upper limit: 9,99,999

Contributors are supposed to mention their coding language while asking for assignment

shobhitsundriyal commented 3 years ago

Can you assign this to me? I will be using python.

harshitalashkari commented 3 years ago

Can you please assign this to me? I have solution ready for this. I will use java

SpiderMath commented 3 years ago

Can you assign this to me? I am using JavaScript.

Just an Important question: What is the Upper Limit to convert? Crores? Because I don't know any unit greater than that...

SpiderMath commented 3 years ago

My Solution is Ready... Can you please assign this to me?

pratik-choudhari commented 3 years ago

@SpiderMath Lakhs is fine.

ciandunne commented 3 years ago

Could I be assigned for this in C please?

ankita319 commented 3 years ago

Can you assign this to me? I will be using c language.

pratik-choudhari commented 3 years ago

@ankita319 It has already been assigned to someone else.