Problem #427 CORE JAVA PROGRAMMING

Write a Java program that reads a list of integers from the user and throws an exception if any numbers are duplicates

Your Solution