I'll try doing that... Will a flowchart be more helpful?
--- Update ---
Theyre Not considered as valid responses because I'm trying to get the program to work. I know that the program can work by something similer to the first code i had used in this thread.... But the question requires me to Include A to F and i think by listing them down as 1 condition would be unprofessional.
I'm talking about this piece of code
if (!Selection.equals("A") & !Selection.equals("B") & !Selection.equals("C")){
i think that listing a statement something like that all the way to F would be messy....
that's why im thinking of using a switch statement...