Solution: DateTime
Explore how to use the DateTime struct in C# to create a console application that asks for a birth date and calculates the exact day of the week someone was born. Understand how to instantiate DateTime objects from user input and display the resulting day clearly on the console.
We'll cover the following...
We'll cover the following...
Problem
This activity uses a DateTime to calculate on what day of the week you were born. Create a console application called Birth day of ...