Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Greeting Generator | Fundamentals of Strings
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
C# Strings and Text Processing

bookChallenge: Greeting Generator

Tarea

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.

Solución

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 2
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

close

bookChallenge: Greeting Generator

Desliza para mostrar el menú

Tarea

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.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 2
single

single

some-alt