← All problemsSign in

CONDITIONS

A Chef has given a positive integer n and asked to do the following 1. If 1<=n<=9, then print lowercase English word corresponding to the number. 2. and If n>9, print number is greater than nine. ### Input A single integer, n. ### Output If 1<=n<=9, then print the lowercase English word corresponding to the number (e.g., one for , two for , etc.); otherwise, print number is greater than nine.

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start