+ 1
CHALLENGE: print numbers in alphabets
Input: if you given two ranges in between 0 to n numbers . Output: It prints numbers in alphabet form. Example: Input : 2 to 6 range: 0 to 100. Output: two three four five six
9 Antworten
+ 2
Your challenge instruction is too vague..
+ 1
What would be the output if the input is "1 to 1234"?
+ 1
What would be the output if the input is "1 to 12"?
+ 1
Why "1 to 1234" output is
"one to onethousandtwohundredthirtyfour" ?
0
anyone try to solve this program
0
to print one to onethousandtwohundredthirtyfour
0
output:
one
...
Twelve
0
ok, i will reduce the range.
It's range from one to hundred.
0
Anybody, can crack this code??