Which of the following statements assigns the message "Your name is Sue" to the $$\$ $$msg variable? (The $$\$ $$name variable contains the name "Sue".)
a. $$\$ $$ = Your name is $$\$name;$$
b. $$\$ $$ msg = 'Your name is $$\$name';$$
c. $$\$ $$msg = "Your name is $$\$name";$$
d. both b and c