Search⌘ K

Coding Exercise: Display User Input

Explore how to build a simple C# console application that prompts the user for their name, stores the input in a variable, and displays a personalized thank you message. This exercise helps you practice user input collection, variable assignment, and output display using C# operators.

We'll cover the following...

Problem

This exercise asks a user for information and repeats it back. Create a console application that meets the three requirements listed below: ...