Question: create a program named bonus calculation that includes two overloaded methods-one that accepts a salary and a bonus expressed as double (for example, 600.00 and
create a program named bonus calculation that includes two overloaded methods-one that accepts a salary and a bonus expressed as double (for example, 600.00 and 0.10, where 0.10 represents a 10 percent bonus), and one that accepts a salary as a double and a bonus an integer( for example 600.00 and 50, where 50 represents a $50 bonus). Each method displays the salary, the bonus in dollars and the total. Include a Main() method that demonstrates each method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
