You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem 19: Vernacular Transcription (Integer to English Words)
Problem Statement
Convert a non-negative integer num to its English words representation.
Input Format
An integer num.
Example
Input: num = 123 Output: "One Hundred Twenty Three"
Input: num = 1234567 Output: "One Million Two Hundred Thirty Four Thousand Five Hundred Sixty Seven"