We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a9f57 commit 2421f75Copy full SHA for 2421f75
Lab Experiments/Experiment 7/Exp7_3.java
@@ -0,0 +1,12 @@
1
+import java.util.*;
2
+class Exp7_3{
3
+ public static void main(String[] args) {
4
+ try{
5
+ x = Integer.parseInt(args[0]);
6
+ y = Integer.parseInt(args[1])
7
+ }
8
+ catch(NumberFormatException e){
9
+ System.out.println("Not an Integer!");
10
11
12
+}
0 commit comments