Foreach to one dimension integer array

Sourav.Kayal
Posted by Sourav.Kayal under C# category on | Points: 40 | Views : 1340
using System;
using System.Globalization;
using System.Data.SqlClient;
namespace Test1
{
class Program
{
static void Main(string[] args)
{

int[] numbers = {1,2,3,4,5 };
foreach (int i in numbers)
{
System.Console.WriteLine(i);
}
Console.ReadLine();
}
}
}

Comments or Responses

Posted by: Khadijababy on: 7/16/2013 Level:Starter | Status: [Member] | Points: 10
Pardon me for invading your privacy,My Name is khadija I came across your profile to day at ( dotnetfunda ) dating site and felt compelled to contact you to get acquainted with you hope you should grant me a friendship? because communication is the key to a true relationship and someone who have inner beauty of love, i am new here and you are the only one I'm sending this to, I want you to reply me through my private box ( khadijakalou@ymail.com ) for more details about me couple with my pictures ok, please Remember that distance,race,religion,color, age does not matter in a true relationship what matters a lot is the love we share to each other and how you fill about the life in future waiting for you here is my box i will be expecting your message in my in-box. thank you yours lovely khadija ( khadijakalou@ymail.com )

Login to post response