I am working on a simple program that finds the tuition amounts for students. I prompt the user to enter i for instate or o for out of state. And if the user enters i then tuition amount would equal 3000 or if the user enters o then the tuition amount would equal 4500. The problem is when I print tutionAmount my results are o. No matter what letter I enter?