class Test
{
static void Main(string[] args)
{
int i = 1;
Console.WriteLine("i = {0}", i++);
}
}
Sorry, @dntsaygoodbye28! There was an error in question. Thanks a lot :)
2016 Mar 12, 2:27:23 PM
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати