Review the solution

The following code is one possible solution for the challenge from the previous unit.

C#Copy

Console.WriteLine("This is the first line.");

Console.Write("This is ");
Console.Write("the second ");
Console.Write("line.");

This code is just one possible solution, among many possible ways to achieve the same result. However, you should have used both methods to produce the desired output.

OutputCopy

This is the first line.
This is the second line.

If you were successful, congratulations! Continue to the next unit for a knowledge check.

 Important

If you had trouble completing this challenge, review the previous units before you continue.

https://lernix.com.my/veeam-certification-malaysia

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *