Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Console Output | Section
C# Basics
セクション 1.  4
single

single

bookChallenge: Console Output

メニューを表示するにはスワイプしてください

Note
Note

At this stage, some tasks will include an additional TestMain method. Please ignore it and write your solution only in the Main method.

タスク

スワイプしてコーディングを開始

Your task is to print a simple greeting message to the console.

  1. Use Console.WriteLine to print your greeting message;
  2. The message must be surrounded by quotation marks;
  3. You can print any friendly greeting, such as Hello, World! and Welcome to C# programming!;

Example outputs:

  • Hello, World!
  • Welcome to C# programming!

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt