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.
2 parents c2a26a9 + 20b02a3 commit 70f42f6Copy full SHA for 70f42f6
Harry.java
@@ -0,0 +1,9 @@
1
+class Harry
2
+{
3
+public static void main(String args[])
4
5
+int i=0;
6
+i=Integer.parseInt(args[0]);
7
+System.out.println("The value of i in Integer is"+i);
8
+}
9
0 commit comments