Answers for "we have to give an input saying hello and when we anser it it should print hello + name in java"

0

public class HelloWorld{ public static void main(String

public class HelloWorld{

     public static void main(String []args){
        System.out.println("Hello World");
     }
}
Posted by: Guest on January-01-1970
0

public class HelloWorld{ public static void main(String

public class HelloWorld{

     public static void main(String []args){
        System.out.println("Hello World");
     }
}
Posted by: Guest on January-01-1970

Code answers related to "we have to give an input saying hello and when we anser it it should print hello + name in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language