>
> But if I use
>>
> Console.Write("This is First Line \r\n and This is Second");
Then the output comes
This is First Line
and This is SecondIf \r take the carriage to the first line then it should carry "and This is Second" To the first line Here why the carriage not going to first line
