Re: ReadLine and WriteLine
- From: "alberto" <alberto@xxxxxxxxx>
- Date: Tue, 11 Oct 2005 13:42:05 +0200
why?
<wackyphill@xxxxxxxxx> escribió en el mensaje
news:1129030719.531874.148630@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Make your first line a readline()
>
> alberto wrote:
> > In this code for a console application:
> >
> > int n;
> >
> > n = Console.Read();
> >
> > Console.WriteLine(n);
> >
> > Console.ReadLine();
> >
> >
> >
> > I need write the last sentence (Console.ReadLine()) twice to the program
> > make a pause. Can somebody tell me why? Thank you
>
.
- Follow-Ups:
- Re: ReadLine and WriteLine
- From: Piotrek
- Re: ReadLine and WriteLine
- References:
- ReadLine and WriteLine
- From: alberto
- Re: ReadLine and WriteLine
- From: wackyphill
- ReadLine and WriteLine
- Prev by Date: Re: UTF-8 preamble -> Possible bug in StreamWriter(or at least strange
- Next by Date: Re: Array conversion question
- Previous by thread: Re: ReadLine and WriteLine
- Next by thread: Re: ReadLine and WriteLine
- Index(es):
Relevant Pages
|