use scanner for char code example Example: scanner methods java char Scanner scanner = new Scanner(System.in); char ch = scanner.next().charAt(0);