NumToWord
CodeChefOpen on judge ↗
Write a program to print the number entered by the user into words between the range 0 to 99,99,999. INPUT: A single line containing a long number N , must be in the range 0 to 99,99,999. OUTPUT: Print the entered number in words SAMPLE INPUT: Enter the number between the range 0 to 99,99,999 345678 SAMPLE OUTPUT: three lakh forty five thousand six hundred seventy eight.
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start