that will work...
um, if you're using easyreader(as the name suggests, it makes reading input easy) then you can do
char symbol=in.charInputLine();
anyways heres how to typecast
char woot;
int blah=200;
woot=(char)blah;
int blah;
double thing=100;
blah=(int)thing/13;
Message was edited by:
PlasmaLink
Message was edited by:
PlasmaLink