Computer Science, asked by sumathireddynallapar, 7 months ago

write program to write if 1<=n<=10^9 then print the lowercase English word corresponding to the number (eg.,one for, two for,etc) otherwise print greater than 9 instead ​

Answers

Answered by UTKARSHA42
0

Answer

  1. if: it is use to execute the statmate , given the condition , it's true

2. if else : it is used to execute exactly one

of the two statement

3. if else if else : it used to execute one

of the multiple statements.

Similar questions