Write a simple program to convert user input of country name to IOC country code. A reference of country names and IOC codes is available here: https://en.wikipedia.org/wiki/List_of_IOC_country_codes Include screenshots of your working program in your essay, and explain how the program works. Include some of the source code that converts the user input to country code, and explain it line by line. How can your program be further optimized for speed, efficiency, or improved user interface? Be sure to handle all types of errors you can think of in your code

Sample Solution

This question has been answered.

Get Answer