Challenge: Greeting Generator
Taak
Swipe to start coding
Write all your code directly inside the Main method.
- Declare a string variable with the value
Alice. - Generate a personalized greeting message by concatenating strings using the
+operator, and print it. - Generate the same greeting message using string interpolation with the
$"..."syntax, and print it. - Both messages must be printed on separate lines and must be exactly
Hello, Alice! Welcome to the program.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 2
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Suggested prompts:
Can you explain this in simpler terms?
What are the main benefits or drawbacks?
Can you give me a real-world example?
Geweldig!
Completion tarief verbeterd naar 4.76
Challenge: Greeting Generator
Veeg om het menu te tonen
Taak
Swipe to start coding
Write all your code directly inside the Main method.
- Declare a string variable with the value
Alice. - Generate a personalized greeting message by concatenating strings using the
+operator, and print it. - Generate the same greeting message using string interpolation with the
$"..."syntax, and print it. - Both messages must be printed on separate lines and must be exactly
Hello, Alice! Welcome to the program.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 2
single