We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1df0c commit 2093beaCopy full SHA for 2093bea
Hello_Name
@@ -0,0 +1,10 @@
1
+import java.util.*;
2
+class Hello
3
+{
4
+public static void main(String args[])
5
6
+Scannner sc=new Scanner(System.in);
7
+Stirng s=sc.next();
8
+System.out.println("Hello"+" "+s+" "+"to java world");
9
+}
10
0 commit comments