droids2
Problem
Solution
public void buttonClick(View view) { this.text_bottom.setText(FlagstaffHill.getFlag(this.text_input.getText().toString(), this.ctx)); }public static String getFlag(String input, Context ctx) { String[] witches = {"weatherwax", "ogg", "garlick", "nitt", "aching", "dismass"}; int second = 3 - 3; int third = (3 / 3) + second; int fourth = (third + third) - second; int fifth = 3 + fourth; if (input.equals("".concat(witches[fifth]).concat(".").concat(witches[third]).concat(".").concat(witches[second]).concat(".").concat(witches[(fifth + second) - third]).concat(".").concat(witches[3]).concat(".").concat(witches[fourth]))) { return sesame(input); } return "NOPE"; }
Flag
Last updated

