Please help. I need a C# program solution that will do
the following:
"Ask the user to record the software developers' information in
a C# data structure object record. The C# data structure object
record must include the type of employee as either W2 or 1099 using
the following requirements:
The 1099 software development employees' records do not include
or calculate any taxes
The program properly handles and informs the user about errors
on user input
The program demonstrates in the code the use of references
types
The program displays on the console all the software developers'
data, monthly pay, monthly taxes, annual gross pay, annual taxes,
and net pay