Problem #518 CORE JAVA PROGRAMMING

Write a Java program that creates two threads to find and print even and odd numbers from 1 to 20.

Your Solution