I am not a JavaJavascript programmer, so I will try my best how to explain to use a dictionary. A dictionary means you can add a value to a key
# Creations of a dictionary
Map<String, int>var dictionary = new HashMap<String, int>({"Corporation":534,"LLC":535,"LLP":536,"Partnership":537,"Sole Proprietorship":538,"Limited Partnership":539)};
# Getting values of dictionary
new_inputFive = dictionary.get(inputfive)dictionary[inputfive]
# For instance when inputfive="LLC" new_inputFive = 535