Challenge: Console Output
Note
At this stage, some tasks will include an additional TestMain method. Please ignore it and write your solution only in the Main method.
Task
Swipe to start coding
Your task is to print a simple greeting message to the console.
- Use
Console.WriteLineto print your greeting message; - The message must be surrounded by quotation marks;
- You can print any friendly greeting, such as
Hello, World!andWelcome to C# programming!;
Example outputs:
Hello, World!Welcome to C# programming!
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you explain this in simpler terms?
What are the main takeaways from this?
Can you give me a real-world example?
Awesome!
Completion rate improved to 1.67
Challenge: Console Output
Swipe to show menu
Note
At this stage, some tasks will include an additional TestMain method. Please ignore it and write your solution only in the Main method.
Task
Swipe to start coding
Your task is to print a simple greeting message to the console.
- Use
Console.WriteLineto print your greeting message; - The message must be surrounded by quotation marks;
- You can print any friendly greeting, such as
Hello, World!andWelcome to C# programming!;
Example outputs:
Hello, World!Welcome to C# programming!
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4
single