Skip to content

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.

  • Type: Console application
  • Features: User input, console output, string interpolation
  • Skills practiced: Console.ReadLine(), Console.WriteLine(), variables
  • 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