Create a java program that creates two files. Fill each file with 100 random integer numbers between 1 and 20.


Close the files.


Open them again and determine if there are any numbers that are in both files. If there are matches display the number(s) matched.