From 20b02a3abcacebc34104e6167b6f9211c07a1cf6 Mon Sep 17 00:00:00 2001 From: Ayush167 <57669505+Ayush167@users.noreply.github.com> Date: Sun, 3 Oct 2021 22:27:11 +0530 Subject: [PATCH] Add files via upload --- Harry.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Harry.java 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