Hello everyone, I need some help. I have been braining over this for a day now and it's time for a different view on this problem. I have to create a program that inputs a letter and outputs the corresponding ICAO alphabet word.
Simple enough right. Well I got the program to take a letter and out put its word as long as I use Upper case letters. Now I want to somehow have the program either recognize a lower case letter and print out "please use only uppercase letters" or better yet change the lower case into an upper. How can I do this? May I say I am very novice to all this so forgive me if this seems a stupid question. Thanks