I want to show numerical 5 as "five". I couldn't explain more than this. Any help please.
            Asked
            
        
        
            Active
            
        
            Viewed 42 times
        
    0
            
            
        - 
                    is this expectation is only for 0 to 9 digits? – M.Hemant Jul 25 '19 at 10:56
- 
                    3You can do a ``switch`` for this – deon cagadoes Jul 25 '19 at 10:56
- 
                    1Or use an array – brombeer Jul 25 '19 at 10:58
- 
                    or even use basic if else – Learner Jul 25 '19 at 10:58
- 
                    So, numbers to words? It's easy. Start trying. – nice_dev Jul 25 '19 at 11:16
- 
                    No, not just limited to 0 - 9. It cn be in thousands also. – Kiran Jul 25 '19 at 11:26
