Beispiel #1
0
        static void Main(string[] args)
        {
            string[] b = { "baba", "café", "toddy" };

            teste a = new teste();

            a.InstrucaoWhile(b);
        }