string curso = "C#";
string nomeProfessor1 = "Guilherme";
string nomeProfessor2 = "Daniel";
string sobreNome1 = "Lima";
string sobreNome2 = "Portugal";
Console.WriteLine($"Estou estundando {curso} com os professores {nomeProfessor1} {sobreNome1} e {nomeProfessor2} {sobreNome2}");