Advertisement
jbozhich

Conditional

Oct 1st, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. if (number > 0)
  2. System.out.println("The number is positive");
  3. else
  4. System.out.println("The number is negative or zero");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement