lr13 -> task_1 -> e1-e14
This commit is contained in:
13
lr13/task_1/e5.java
Normal file
13
lr13/task_1/e5.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package lr13.task_1;
|
||||
|
||||
public class e5 {
|
||||
public static void main(String[] args) {
|
||||
try {
|
||||
System.out.println("0");
|
||||
throw new RuntimeException("ошибка");
|
||||
} catch (RuntimeException e) {
|
||||
System.out.println("1");
|
||||
}
|
||||
System.out.println("2");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user