For each integer n in the interval (given as input) : • If , 1≤ n ≤5then print the English representation of it in lowercase. That is "one" for , "two" for , and so on. • Else if n> 5 and it is an even number, then print "even". • Else if n > 5 and it is an odd number, then print "odd". Ex n=4 and k=11 where n is the stating number and k represents last value
Answers
Answered by
2
Explanation:
first Mark Me As BRAINLIEST
then I Will Give You Answer
Full Answer
Similar questions