Hacker Rank Conditional Statements Problem
Hacker Rank Problem Given a positive integer denoting , do the following: If , then print the lowercase English word corresponding to the number (e.g., one for , two for , etc.). If , print Greater than 9. Input Format A single integer denoting . Constraints Output Format If , then print the lowercase English word corresponding …