lr13 -> task_1 -> e1-e14
This commit is contained in:
17
lr13/task_1/e10.java
Normal file
17
lr13/task_1/e10.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package lr13.task_1;
|
||||
|
||||
public class e10 {
|
||||
public static int m() {
|
||||
try {
|
||||
System.out.println("0");
|
||||
return 15;
|
||||
} finally {
|
||||
System.out.println("1");
|
||||
return 20;
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(m());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user