Skip to content

Latest commit

 

History

History

P004

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Problem 004

Write a program which accepts an integer between 1 to 10 and prints it in written format.

Persian Description

برنامه ای بنویسید که یک عدد از ۱ تا ۱۰ دریافت کرده و معادل نوشتاری آن را چاپ کند

Sample Input/Output

Input:

6
9
3

Output:

Six
Nine
Three