News

Read a line of text with the Scanner as you normally would do. Change the Scanner’s delimiter to an empty set of double quotes, "". Convert each single-character to a char with the charAt(0) method.
Character.getNumericValue(aChar) will let me convert a char into an int. I want to know how I can reverse the process and get a char from an integer? Thanks.