develop a java program 1
Input file: hw2Data.txt
Assumption: There are less than 10,000 numbers in hw2Data.txt
Please develop a Java program to:
• Read all numbers from hw2Data.txt into a static array (int array)
• Display the CPU time used to read these numbers from hw1Data.txt into the static array
Hint: This program generates 1 line of output.
(Please name your Java file/class as YourLastNameHW2.java, e.g., johnHW2.java)