Q-1-Write a java program to display following messages
"Hello World"
INPUT :
//NCM-New Coding Master :You Can Give Anything To The Class Name
public class NCM {
public static void main(String[] args) {
System.out.println("Hello World!");
//It Will Print The Message
}
}
"Hello World"
INPUT :
//NCM-New Coding Master :You Can Give Anything To The Class Name
public class NCM {
public static void main(String[] args) {
System.out.println("Hello World!");
//It Will Print The Message
}
}
OUTPUT :
Hello World!
Great content
ReplyDelete