Project Command Line Greeting Tool
Context: This project builds an interactive greeting tool using .NET 10. It asks for name and favorite color, then prints a personalized greeting.
This project builds an interactive greeting tool that asks the user for their name and favorite color, then prints a personalized greeting.
Project Overview
Section titled “Project Overview”- Type: Console application
- Features: User input, console output, string interpolation
- Skills practiced:
Console.ReadLine(),Console.WriteLine(), variables
Related Topics
Section titled “Related Topics”- 1.7.1 Idea ask name and favourite colour print greeting
- 1.7.2 Folder structure GreetingTool Program.cs
- 1.7.3 Steps ask name ask colour print personalised greeting