Create a console-based application named ComputeWeeklySalary. Include two overloaded methods—one that accepts an annual salary as an integer and one that accepts an annual salary as a double. Each...


Create a console-based application named ComputeWeeklySalary. Include two overloaded methods—one that accepts an annual salary as an integer and one that accepts an annual salary as a double. Each method should calculate and display a weekly salary, assuming 52 weeks in a year. Include a Main() method that demonstrates both overloaded methods work correctly. Save the program as ComputeWeeklySalary.cs.



May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here