Which of the following statements invokes the GetDiscount function, passing it the contents of two Decimal variables

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 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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: