user will enter the Letter of Grade ( A B C D and F ) , my small program will read if it valid input or not, count the times appearance of Letter and then output the Average Grade by Point ( A=4, B=3 ... etc).
i tried to control the 'wrong input' like number, case sensitive, not the valid letter ...
but something wrong in the BOLD LINE. My ideal is if the input is More than 1 character then, ask to input again, esle the input is One character, then assign it into the char Array.
hope understand, any help is very much appreciate //sr for my poor English