update
This commit is contained in:
BIN
DEV.2.1/TP/TP10-Exceptions/1./MainArithmetic.class
Normal file
BIN
DEV.2.1/TP/TP10-Exceptions/1./MainArithmetic.class
Normal file
Binary file not shown.
@@ -1,6 +1,5 @@
|
||||
public class MainArtihmetic {
|
||||
public void main(String[] args) {
|
||||
String truc = "abc";
|
||||
System.out.println(Integer.parse.Int(truc));
|
||||
public class MainArithmetic {
|
||||
public static void main(String[] args) {
|
||||
System.out.println(15/0);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user