What does this code do?
It assigns the float value
5.7
to the variable
rating
It assigns the string value
rating
to the float value
5.7
It assigns the integer value
5.7
to the variable
rating
It compares two values
It assigns the float value
5.7
to the variable
rating
.