Skip to content

Commit

Permalink
Remove scanner close at IntegerInquiry
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed May 11, 2017
1 parent f04e809 commit 90a4773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UVa/IntegerInquiry.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ public static void main(String[] args) {
sum = sum.add(number);
}
System.out.println(sum);
input.close();
}
}

0 comments on commit 90a4773

Please sign in to comment.