실전 문제 풀이 - 짝수와 홀수 Practical Problem Solving - Even and Odd

if(num % 2) answer = "Odd"
else answer = "Even"