Skip to content

Commit 20b02a3

Browse files
authored
Add files via upload
1 parent 23ccdca commit 20b02a3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Harry.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)