P1: Print text on the screen


public class ABC {

   
    public static void main(String[] args) {
       
        System.out.println("HI HOW R U");

    }

}

Comments