Console.WriteLine Method()
Writes the specified data, followed by the current line terminator, to the standard output stream.
With Console.WriteLine:

The Output of Your Program:

Without Console.WriteLine:

Console.ReadLine Method ()
Reads the next line of characters from the standard input stream.
With Console.ReadLine:

The Output of Your Program:



