There was an error while loading. Please reload this page.
1 parent 4712e67 commit 0f981a7Copy full SHA for 0f981a7
Chapter 3/Exercise_*3.1.java
@@ -38,5 +38,7 @@ else if (discriminant == 0) {
38
else {
39
System.out.println("The equation has no real roots");
40
}
41
+
42
+ input.close();
43
44
0 commit comments