Guest User

Untitled

a guest
Dec 9th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. boolean amI2(int a) {
  2.     if(a == 2)  {
  3.         return true;
  4.     } else {
  5.         return false;
  6.     }
  7. }
Add Comment
Please, Sign In to add comment