public static void Main()
string[] abc = new string[26]{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"};
string[] resposta = new string [26];
Console.WriteLine("Introdueix l'abecedari en l' ordre correcte tens 3 intents");
for (int i = 0; i < resposta.Length; i++){
resposta[i] = Console.ReadLine();
if (resposta[25]==abc[25]){
Console.WriteLine("YOU WIN");
else if(resposta[i] != abc[i]){
Console.WriteLine("Et queden 2 intents");
for (int i = 0; i < resposta.Length; i++){
resposta[i] = Console.ReadLine();
if (resposta[25]==abc[25]){
Console.WriteLine("YOU WIN");
else if(resposta[i] != abc[i]){
Console.WriteLine("Et queda 1 intent");
for (int i = 0; i < resposta.Length; i++){
resposta[i] = Console.ReadLine();
if (resposta[25]==abc[25]){
Console.WriteLine("YOU WIN");
if(resposta[i] != abc[i]){
Console.WriteLine("GAME OVER");