Jenn wants to assign a value to the favorite sport variable: 4favoriteSport = "soccer" but gets an error message. What does she need to fix for the code to work?

a Create a shorter variable name.

b Remove the equal sign.

c Remove the quotation marks around the string.

d Remove the number from the variable name.