In this statement, do Output.printString("THE AVERAGE IS: ");, int matches int in printString, but if we add ^ at front it will work as expected.
Is there a way to add ^ to all elements in |? I'm doing a tokenizer and there are actually many keywords and I don't want to add ^ to each keyword.

