SAY HI TO USER

Write a program to say hi to the user.

 

class P01SayHi

{

 public static void main()

     System.out.println(" Say bye to everyone");

     System.out.print(" Say hello to everyone");

   }

}




For any desired program, please comment below. We will try our best to make that program available.


Comments

Popular Posts