diff --git a/Week8/EclipseIDE/Assignment8/src/partC/CountNumbers.java b/Week8/EclipseIDE/Assignment8/src/partC/CountNumbers.java index 326d38e..7ac646d 100644 --- a/Week8/EclipseIDE/Assignment8/src/partC/CountNumbers.java +++ b/Week8/EclipseIDE/Assignment8/src/partC/CountNumbers.java @@ -13,6 +13,7 @@ public class CountNumbers { int[] int_array = new int[length]; //Create an array with length number of elements sc = new Scanner(new File("numbers.txt")); //Send the Scanner's cursor to the top of the file for(int i = 0;i