Write C Program Calculate Pay Create Class Pay Perform Calculations Private Void Method Ov Q43908289
write a C# program to calculate Pay. Create a class Pay to performthe calculations in a private void method and override ToString()method to display results. In the ToString() use the string.formatcommand with placement holders. Only use Property Proceduresin theclass to receive data not a constructor. Do not calculate overtime.Declare as constants FICA tax 7.65%; Fed tax 20%; State tax 10%;and Health insurance 7%. The user will enter name, hours worked andrate of pay. Do not code any console commands (read or write) inthe class. Create void methods in main for heading andinstructions.
C#code needed
Expert Answer
Answer to write a C# program to calculate Pay. Create a class Pay to perform the calculations in a private void method and overrid…
OR