Question: Programming Language: C# (C- Sharp) Microsoft Visual Studio (Please add Code screenshots if possible) Create a console program. 1. Create a class Person.cs (5%) add
Programming Language: C# (C- Sharp)
Microsoft Visual Studio
(Please add Code screenshots if possible)
Create a console program. 1. Create a class "Person.cs" (5%) add three variables with property for each (20%) name(string), age(int), YearsToWork(int) method YTK) (20%) YearsToWork = 65 Age; 2. Create "PersonRun.cs" (5%) in main() enter name (10%) enter age (10%) show "You will work: years before you retire." (20%)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
