{
sum += 1;
Label1.Text = "number is" + i;
}
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj BhoirPosted Apr 19, 2016, 11:51 AM
{
sum += 1;
}
Francis SusaimichaelPosted Apr 19, 2016, 11:48 AM
Rajeesh MenothPosted Apr 19, 2016, 11:28 AM
number is : 1
number is : 2
number is : 3
number is : 4
number is : 5
number is : 6
number is : 7
number is : 8
number is : 5617
Run-time exception (line 11): Code output limit was exceeded