Question: Which of the following statements invokes the GetDiscount function, passing it the contents of two Decimal variables named decSales and decRate? The statement should assign
Which of the following statements invokes the GetDiscount function, passing it the contents of two Decimal variables named decSales and decRate? The statement
should assign the function’s return value to the decDiscount variable.
a. decDiscount = GetDiscount(ByVal decSales, ByVal decRate)
b. GetDiscount(decSales, decRate, decDiscount)
c. decDiscount = GetDiscount(decSales, decRate)
d. None of the above.
Step by Step Solution
3.35 Rating (155 Votes )
There are 3 Steps involved in it
c decDis... View full answer
Get step-by-step solutions from verified subject matter experts
