>
Showing posts with label Java program without semicolon. Show all posts
Showing posts with label Java program without semicolon. Show all posts

Friday, November 9, 2012

Java Program without Semicolon

 class Program
{
public static void main( String[] args )
{
 if( System.out.printf( "India not poor country%n" )== null ){
 }
}}

OUTPUT:
India not poor country