Question: Perform these actions and create a console app in C# that includes the following: 1 . Ask the user for their age. 2 . Display
Perform these actions and create a console app in C# that includes the following: Ask the user for their age. Display the year the user was born. Exceptions must be handled using a trycatch Display appropriate error messages if the user enters zero or negative numbers. Display a general message if an exception was caused by anything else. Add comments to each line of your code to explain what it does exactly, so that another developer could read and understand your code.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
