Learn Forever
class P01SayHi
{
public static void main()
System.out.println(" Say bye to everyone");
System.out.print(" Say hello to everyone");
}
Comments
Post a Comment