Skip to content

Commit 70f42f6

Browse files
authored
Merge pull request #22 from Ayush167/main
Sample4.java
2 parents c2a26a9 + 20b02a3 commit 70f42f6

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)