using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
int[] ArrayDaw = new int[4] { 1, 2, 3, 4 };
string[] Waah = { "bandolp", "jenny", "phoppy","nico","daffy" };
foreach (string val in Waah)
{
Console.WriteLine(val );
}
Console.ReadLine();
}
}
}
Walang komento:
Mag-post ng isang Komento