A data collection program has saved integers in a text file. The order of the integers in the file is not important, and the user of this data is only interested in the unique integers. Write a program that prompts the user for an input text filename, inputs the integers from that file, and prints the unique integers in this file to the terminal screen. The program should use a Java set to solve this problem.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here