I have a console application, in which the list exists:
List <string> ListaFrases = new List<string>();
This list is built through the user inputs on the console. How to display your strings, but so that their positions are "shuffled", that is, displayed in random order?