<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>excman's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/329087/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user excman.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 15:52:28 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Re: Console.ReadLine() doesn't execute?</title>
      <link>http://www.programmersheaven.com/mb/csharpschool/358708/382013/ReadMessage.aspx#382013</link>
      <description>&lt;p&gt;Posted the message '&lt;a href="http://www.programmersheaven.com/mb/csharpschool/358708/382013/ReadMessage.aspx#382013"&gt;Re: Console.ReadLine() doesn't execute?&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/csharpschool/Board.aspx"&gt;C# &amp; VB.NET School Support&lt;/a&gt; forum.&lt;/p&gt;: Hi, I compiled and ran the interactive hello world program, and it &lt;br /&gt;
: seems that it ignored my Console.ReadLine() call.  Since it's so &lt;br /&gt;
: short, I'll copy it right here:&lt;br /&gt;
: &lt;br /&gt;
: // project created on 5/10/2007 at 4:02 PM&lt;br /&gt;
: using System;&lt;br /&gt;
: &lt;br /&gt;
: namespace InteractiveHelloWorld&lt;br /&gt;
: {&lt;br /&gt;
: 	class MainClass&lt;br /&gt;
: 	{&lt;br /&gt;
: 	     static void Main(string[] args)&lt;br /&gt;
:     	     {&lt;br /&gt;
:         	Console.Write("Please enter your name: ");&lt;br /&gt;
:         	string name = Console.ReadLine();&lt;br /&gt;
:         	Console.WriteLine&lt;br /&gt;
:           	("Hello {0}, Good Luck in C#", name);&lt;br /&gt;
:     	     }&lt;br /&gt;
: 	}&lt;br /&gt;
: }&lt;br /&gt;
: &lt;br /&gt;
: it compiled without errors or warnings, but the output I got was:&lt;br /&gt;
: &lt;br /&gt;
: Please enter your name: Hello , Good Luck in C#&lt;br /&gt;
: &lt;br /&gt;
: Has anyone else tried this in MonoDevelop and/or had this problem?&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I have the same problem, i tried writing an even simpler program and it is definatly the Console.ReadLine() part.&lt;br /&gt;
It seems to ignore it and continues with the other lines.&lt;br /&gt;
This is what i did:&lt;br /&gt;
&lt;br /&gt;
using System&lt;br /&gt;
&lt;br /&gt;
class Greeter&lt;br /&gt;
{&lt;br /&gt;
     static void Main()&lt;br /&gt;
      { &lt;br /&gt;
            Console.Write("Enter your name : ");&lt;br /&gt;
            string name = Console.ReadLine();&lt;br /&gt;
            Console.WriteLine("Hello " + name );&lt;br /&gt;
            Console.WriteLine("Gosh you are handsome! ");&lt;br /&gt;
      }  &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Any help would be greatly appreciated.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharpschool/358708/382013/ReadMessage.aspx#382013</guid>
      <pubDate>Tue, 18 Nov 2008 13:22:49 -0700</pubDate>
    </item>
  </channel>
</rss>