Long story short, I wrote a (likely needlessly complicated) program to represent 21 students pulling teams from a hat. Teams A, B, and C have 3 students each, and teams D, E, and F have 4 students.I ran it through codepad (which may or may not be the issue), and everything is pretty chill, except that for the first student's team announcement I get some kind of Wingdings character instead of an actual letter.
you dont call setTeam() after you call setPull() on line 83.
So as kbw said: since the 'team' character never gets initialized (or "set") it will just be whatever is in memory at the time.