0
respostas

Minha solução

public void ExibirNomeEArtista()
    {
        Console.WriteLine($"nome: {nome} / artista: {artista}");
    }