TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
harish reddy
NA
162
33.4k
While Loop True
Dec 5 2017 2:21 AM
int number = int.Parse(Console.ReadLine());
while (true)
{
Console.WriteLine("Loop Continues");
number = (number + 100000000);
Console.WriteLine(number);
}
this program continues for ever. I assume when it reaches maximum value of int , it should stop. But not stopping.why?
Reply
Answers (
3
)
save files in local storage
IIS Express Some time Stop. What is Problem ?