Problem #425 CORE JAVA PROGRAMMING

Write a Java program that reads a list of numbers from a file and throws an exception if any of the numbers are positive

Your Solution