Write a JAVA program to display 71 by using println (second way)

 Write a JAVA program to display 71 by using println (second way) 



Class XYZ
{

  static void main(String [] args)
   {
      System.out.println(71);
     }

}




Post a Comment

0 Comments

Close Menu