The only thing I can think of is to use switch or if statements for each possible number you want to convert.
I want to convert number to word ie. if 10 it to be Ten, if 540 it to be five hundred forty so on
The only thing I can think of is to use switch or if statements for each possible number you want to convert.
I want to convert number to word ie. if 10 it to be Ten, if 540 it to be five hundred forty so on