Â
In this program, we are going to Print Hello World with the help of Java Programming Language.
/* Printing Hello World*/
class Class {
public static void main(String[] args) {
System.out.println("Hello World!!");
}
}
#ENJOY CODING
Post a Comment
FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP