Q: For a given positive integer 'x', print "YES" if x can be written as the sum of two even numbers greater than 0.Print "NO" otherwise **BUG**: An edge case is not considered in the program [Working directory](https://github.com/dscmbcet/hacktoberfest-2021/tree/main/Language/java/Sum%20of%20two%20even%20numbers)