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 = Call GetDiscount(decSales, decRate)
b. Call GetDiscount(decSales, decRate, decDiscount)
c. decDiscount = GetDiscount(decSales, decRate)
d. None of the above
Step by Step Solution
3.31 Rating (160 Votes )
There are 3 Steps involved in it
c decDis... View full answer
Get step-by-step solutions from verified subject matter experts
