COMPUTER INNOVATIONS
Thursday, March 12, 2015
If statement in java programe
If statement
public class SimpleIfStatementExample
{
public static void main(String[] args)
{
boolean blnStatus = true;
if(blnStatus)
System.out.println("Status is true");
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment