Given an integer n, your task is to print the lowercase English word corresponding to the number if it <=5 else print "Greater" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 5

Given an integer n, your task is to print the lowercase English word corresponding to the number if it <=5 else print "Greater"

Output: 1= one 2 =two 3= three 4=four 5= five 6= Greater than 5

29th Apr 2022, 8:29 PM
Véd Singh
2 Answers
0
The only way to learn something is to do it.
30th Apr 2022, 1:52 AM
Bob_Li
Bob_Li - avatar
- 1
Please solve it yourself. If you need help, link your code. Please tag the relevant programming language.
29th Apr 2022, 9:23 PM
Lisa
Lisa - avatar