Input
Output
public class Welcome { public static void main(String []args) { System.out.println("Welcome to Onlinetpoint. The Java Online Compiler is ready for execution."); System.out.println("Note: Main Function of class should be top of the class"); } }