Problem #423 CORE JAVA PROGRAMMING

Write a Java program to create a method that takes an integer as a parameter and throws an exception if the number is odd.

Your Solution