Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 356 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 356 Bytes

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