Problem1573--C Programming Practicals 4 Switch for Solutions

1573: C Programming Practicals 4 Switch for Solutions

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 464  Solved: 189
[Submit] [Status] [Web Board] [Creator:]

Description

Read an integer number, check and display whether it is an EVEN or ODD number using switch case statement.

Input

Enter an integer number: 2

Output

Even number

Sample Input Copy

2

Sample Output Copy

Even number

Source/Category

120