Given an integer represent it in its String/Word format? Example - Input: 800/ Output: Eight Hundred. Since its an integer and I chose Java so by default the range was few Billions inclusive of negative integers as well. (Input: -800/ Output: Negative Eight Hundred)
Anónimo
Had the logic as I went through such problem earlier but couldn't code it completely. Missed out on few things. Question available on leetcode.