Exercise - Write your first code has wrong output, Will this get fixed?

Tom C 0 Reputation points
2024-04-06T18:30:25.0333333+00:00

There is a box that says your code should look like this

Console.Write("Congratulations!");

Console.Write(" ");

Console.Write("You wrote your first lines of code.");

and your output should look like this

Congratulations!

You wrote your first lines of code.

It then goes on to say this shows the difference between Console.Write and Console.WriteLine

The issue is, the output for that code is what you see below and that will show the difference, unlike the output in the instructions

Congratulations! You wrote your first lines of code.
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
942 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pradeep M 400 Reputation points Microsoft Vendor
    2024-04-25T12:33:52.54+00:00

    Hi Tom C

    Thank you for reaching out to Microsoft Q & A forum.  

    Where am I seeing this? 

    Learning Path: https://learn.microsoft.com/en-us/training/paths/get-started-c-sharp-part-1/ 

    Module: https://learn.microsoft.com/en-us/training/modules/csharp-write-first/ 

    Unit: 2 - https://learn.microsoft.com/en-us/training/modules/csharp-write-first/2-exercise-hello-world

    Thank you for your understanding. 

    Following our communication with the content author, they've assured us that the Learn paths will be revised and updated in the upcoming major update, which is imminent. 

    We believe this information is helpful to you! If so, please acknowledge it by clicking "Accept Answer" and "Upvote" on the post. 

    0 comments No comments