I usually noticed that var=(char)System.in.read(); reads a character,but how do you read a string? I probably should declare it as avariable first. My professor in my Java class is about to teach ushow to do that.
I normaly use ... new BufferedReader(new InputStreamReader(System.in)));