diff --git a/Harry.java b/Harry.java new file mode 100644 index 0000000..9d5abf0 --- /dev/null +++ b/Harry.java @@ -0,0 +1,9 @@ +class Harry +{ +public static void main(String args[]) +{ +int i=0; +i=Integer.parseInt(args[0]); +System.out.println("The value of i in Integer is"+i); +} +} \ No newline at end of file