Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (month == "January") {
  2.     System.out.println("Jan");
  3. } else if ( month == "February") {
  4.     System.out.println("Feb");
  5. } else {
  6.     System.out.println("March");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement