I had a programming exercise to do that seemed easy at the surface but hard to write. Is it normal to use else if, say 13 times in main? Why I ask is because
I am having to input 2 characters and evaluate both characters against a combination of string arrays and integers. Any advice would be greatly appreciated.