- Engineering
- Computer Science
- use visual studio c for both parts use a console...
Question: use visual studio c for both parts use a console...
Question details
Use visual studio C# for both parts.
Use a console app template

Using windows Forms Application template

![IdNumber - the ldNumber property holds the employees ID number. Department-The Department property holds the name of the department in which the employee works. Position-the Position property holds the employees job title. The class should have the following overloaded constructors: A constructor that accepts the following values as arguments and assigns them to the appropriate properties: employees name, employees ID number, department, and position A constructor that accepts the following values as arguments and assigns them to the appropriate properties: employees name and ID number. The Departmentand Position properties should be assigned an empty string ( ) A parameterless constructor that assigns empty strings (] to the Name, Department, and Position properties, and 0 to the IdNumber property In your application, create three Employee objects to hold the following data: Name Susan Meyers 47899 Mark Jones 39119 ID Number Department Position Accounting, Vice President IT Programmer Joy Rogers 81774 Manufacturing Engineer The application should store this data in the three objects and display the data for each employee on the screen.](https://homework-api-assets-production.s3.ap-southeast-2.amazonaws.com/uploads/store/703560028/16020255831d8a6caece61b0c3fe1c2813563905fa.png)
Solution by an expert tutor
