Lets Start Code
//Example :
Previous : Next //Example :
//------------- Example ----------------------//End
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" in the terminal window.
System.out.println("Hello, World");
}
}
// --
//------------- Example ----------------------
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" in the terminal window.
System.out.println("Hello, World");
}
}
0 Comments
Post a Comment