If state_codes_list is created with two state codes read from input. Then, list cities_list is created with two cities read from input. On one line, output:
a) Both the state codes and the cities separated by commas
b) The state codes followed by the cities
c) The cities followed by the state codes
d) The state codes and the cities in separate lines