# Description

ให้น้องๆ รับค่ามาเรื่อยๆหากเป็นเลขคู่ให้ Print This is even แล้วรับค่าต่อเรื่อยๆ หากเป็นเลขคี่ให้ print "Ok This is odd" แล้วออกจากโปรแกรม

# Specification

Input Specification Output Specification
จำนวนเต็มเรื่อยๆจนกว่าจะเป็นเลขคี่่ หากเป็นเลขคู่ This is even แล้วรับค่าต่อเรื่อยๆ
หากเป็นเลขคี่ให้ print "Ok This is odd" แล้วออกจากโปรแกรม

# Sample Case

Sample Input Sample Output
2
3
This is even
Ok This is odd
3 Ok This is odd
🕑: 9/4/2022, 2:32:20 PM