mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2026-04-20 04:51:51 +03:00
Minor cleanup
This commit is contained in:
@@ -23,6 +23,8 @@ public class Lab_1 {
|
||||
b = input.nextInt();
|
||||
} while (b > m);
|
||||
|
||||
input.close();
|
||||
|
||||
if ((a <= 0) && (n >= 0)) {
|
||||
System.out.println("Error, division by zero, shutting down!");
|
||||
System.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user