dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
1.3 KiB
1.3 KiB
id, title, challengeType, dashedName
| id | title | challengeType | dashedName |
|---|---|---|---|
| 647e239e8acb466c97ccbf05 | Write Your First C# Code | 19 | write-your-first-c-sharp-code |
--description--
This challenge will be partially completed on the Microsoft Learn platform. Follow these instructions to complete the challenge:
- Go to https://learn.microsoft.com/training/modules/csharp-write-first/ and complete all the tasks in the "Write Your First C# Code" module. This is required to earn the "Write Your First Code Using C#" trophy on Microsoft Learn, and qualify for the certification exam.
- When you are finished, come back and correctly answer the question below.
--assignment--
Complete the Write Your First C# Code module on Microsoft Learn. Then, answer the question below.
--questions--
--text--
What is the difference between Console.Write and Console.WriteLine?
--answers--
Console.Write prints the output on a new line.
Console.WriteLine prints the output on a new line.
Console.WriteLine appends a new line after the output.
--video-solution--
3