Im trying to find out a way to search the next character in "char" type.
For instance, if i wanted to find out a way to search the next character in "int" type, i would put out nextInt();
I want to essentially know how to do that with char, and with a character, not a number.
