37

No words 😂😂😂

Comments
  • 4
    How about:
    public int getAge() {
    if (age < 40)
    return age - 5;
    throw new ImproperQuestionException();
    }
  • 3
    Do all the 28 yr olds look 20?
    Is that why everyone thinks I'm still in high school?
  • 1
    you need to make better functions for target location rather than just returning a static value; that way you might actually get a result. hahaha.
  • 2
    Extra points for immutable age variable ;)
Add Comment