# [Problem 9561]

# Write a program that takes 10 integers as input and prints how many of them are even.

# input
# 15 22 3 129 66 81 35 1 46 888

# output
# 입력받은 짝수는 4개입니다.

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: