Question: 1. Create a console program in C#, * Create a class: Employee.cs * Add 3 variables: EmployeeName (string), Age (int), YearsTowork(int) * Method YTK() =
1. Create a console program in C#,
* Create a class: "Employee.cs"
* Add 3 variables: EmployeeName (string), Age (int), YearsTowork(int)
* Method YTK() = 65 - Age;
2. Main
*Enter name
*Enter age
*You will work:____ years before retirement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
