Programming 1 - Welcome to Java - Compilations of mine
I want to share my compilations to others.
Tuesday, July 22, 2014
Using Conditional Statement in Java
public class abejeroact8 {
public static void main (String[] args) {
int a = 10;
int b = 5;
if (a>b)
{
//true statement
System.out.println("A is bigger than B");
}
else
{
System.out.println("B is bigger than A");
}
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment