Answer to Question #3582 in Java | JSP | JSF for Y mukundareddy

Question #3582
2. Write a program to print String s=”hello world”;
1
Expert's answer
2012-03-27T09:50:02-0400
public class HelloWorld {
public static void main(String[] args) {
String s = "hello world";
System.out.println(s);
}
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS