Salve raga, sono nuovo, volevo sapere come posso fare per farmi stampare quello che in char su video...
questo è il codice, cosa devo mettere nel ???
[/code]
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication1
{
public class Program
{
static void Main()
{
char[] cesi = new char[] { 'a', 'b', 'c', 'd'};
for (int i = 0; i < cesi.Length; i++)
{
Console.WriteLine("");
Console.ReadLine();
}
}
}
}
[code]
grazie