sb42 (sb42)'s status on Monday, 06-Feb-12 00:03:12 UTC

  1. @zeeraw Also, just to mention it, you can't type any uppercase letters, as it tells you to only use the letters a-z. Must be an if statement problem. Ex: String text1 = "text1"; String text2 = "TEXT1"; if (text1.equals(text2)) {//blah. This won't run anyways.}

    Monday, 06-Feb-12 00:03:12 UTC from web in context