In console application we write the statement as
Console.WriteLine("the addition is {0}",i)
it gives the output
addition is 50
Now my question is: I want the answer to appear like this:
addition is
50
How I will assign the output to the next line?