Given the following code, what is the value of cell B3?
Public Function Interest(Principal As Single, Rate As Single)
If Rate >= 0.5 Then
Interest = Rate*Principal/10
Else
Interest = Rate*Principal*5
End If
End Function
a) $6
b) $60
c) $100
d) $0.6
e) $30
a) $6
You might also like to view...
A useful way of gaining insight into competitors is through industry analysis
Indicate whether the statement is true or false
What are some examples of situational factors that can be used to segment business markets?
What will be an ideal response?
What are critical questions that managers should ask when determining the cost of downtime?
A. What is the productivity cost associated with each hour of downtime? B. How many transactions can the company afford to lose without significantly harming business? C. All of these D. None of these
Money serves as a status symbol in which of the following examples?
A. The CEO has a salary of over $3 million. B. The clerk is paid minimum wage plus tips. C. The owner of the business keeps profits but has no salary. D. The manufacturing worker is paid for each item he produces.