Examlex

Solved

Write the Code for a Sub Procedure Named CalculateBonus

question 42

Essay

Write the code for a Sub procedure named CalculateBonus.The procedure receives three decimal variables representing the salary,bonus rate,and bonus amount.The procedure should calculate the bonus amount by multiplying the salary by the bonus rate.Create your own variable names.


Definitions:

Related Questions