la primer parte de micodigo esta bien la segunda parte creo que no :(
MsgBox("Generos que seleccionaste")
If rock = True Then MsgBox("Rock") End If
If pop = True Then MsgBox("Pop") End If
If reggaeton = True Then MsgBox("Reggaeton") End If
If clasica = True Then MsgBox("Clasica") End If
If otro = True Then MsgBox("Otro") End If