Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. public void trolling () {
  2.     int troll = 8;
  3.     if (troll == 0) {
  4.         System.out.println("TROLOLOL");
  5.     } else if (troll == 5) {
  6.         System.out.println("Meh");
  7.     } else {
  8.         System.out.println("I LOVE YOU");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement