- 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
2 odpowiedzi
0
The only way to learn something is to do it.
- 1
Please solve it yourself.
If you need help, link your code. Please tag the relevant programming language.