program to demonstarte if statement

/* program to demonstarte if statement  */

class IfDemo1
{
    public static void main(String args[])
    {
        int no;
        no=5;
        if(no<100)
            System.out.println("The number is less than 100!!!");
    }
}

0 comments:

Post a Comment

 
 
 
 


Copyright © 2012 http://codeprecisely.blogspot.com. All rights reserved |Term of Use and Policies|