DevPinoy.org
A Filipino Developers Community
   

a little exercise

rated by 0 users
This post has 1 Reply | 0 Followers

Top 10 Contributor
Posts 545
Points 8,945
cvega Posted: 02-02-2012 11:26 PM

You have this C# code:

for (int i = 0, j = 2; i < 100; i++, j+=i)
{
    Console.WriteLine("i = {0}, j = {1}", i, j);
}


Find the mitsake

Chris Vega This posting is provided "AS IS" with no warranties, and confers no rights My Weblog|Visit MSDN Community
  • | Post Points: 20
Top 25 Contributor
Posts 82
Points 1,235

the word (mitsake)  mistake is misspelled hehehe .. 

 a peek into my trashVin....

m3x files

  • | Post Points: 5
Page 1 of 1 (2 items) | RSS
Copyright DevPinoy 2005-2008