How can a char be entered in Java from keyboard?
.... char ch; ... ch=scan.next().charAt(0); . . It's the easy way to get character.