there are few ways to get a char input,

1.) "A" is not equal to 'A', so when you input a String, the String class provides a method .charAt(<integer index here>) that can do the char extraction...