Advertisement
Guest User

Untitled

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