Create a variable name with two words by using camel case to capitalize the second word.

Great work! The variable name bigCity uses camel case to combine two words into one.

Camel case means capitalizing each word that comes after the first in a variable name. In this case it would be bigCity.