0 / 60 seg.

¿Qué valor tiene primerYUltimo después de ejecutar este código?

string texto = "Programacion";
string primerYUltimo = texto.First() + "" + texto.Last();