Skip to content

Latest commit

 

History

History

P001

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Problem 001

Write a program which accepts a numeric input and determines whether it's even or odd.

Persian Description

برنامه ای بنویسید که یک عدد از ورودی دریافت کند و تعیین کند عدد فرد هست یا زوج.

Sample Input/Output

Input:

30
7

Output:

30 is even
7 is odd