Here is what I think is giving me the error but I'm not sure how to fix it.
Please let me know what you think about it.
Thank you.
Code:
package lab13; import java.util.*; import java.io.*; public class DataSorting { public static void main(String[] args) throws FileNotFoundException { [U]//DECLARING THE ARRAYS THAT WOULD STORE VALUES[/]
Leave a comment: