CSIS program homework
Write a program where the user will enter a number between 1 and 50 representing a state. The program should display the full name of that state.
Assume the states are in alphabetical order, that is 1 = "Alaska", 2 = "Alabama", etc.
If an invalid state is entered, then an error message should be displayed
make (.cs) for me.