Which of following statements invokes the getdiscount function, passing it the contents of two decimal variables named decSales and decorate? The statement should assign the function's return value to the decDiscount variable.
a. decDiscount = call GetDiscount(decSales, decorate)
b. call GetDiscount(decSales, decorate, decDiscount)
c. decDiscount = GetDiscount(decSales, decorate)
d. none of the above
c. decDiscount = GetDiscount(decSales, decrate)
Computer Science & Information Technology
You might also like to view...
A window that suddenly displays, usually contains a menu of commands, and stays on the screen until the user selects one of the commands
a. pop-up window b. modal window c. opening window
Computer Science & Information Technology
Which tool enables you to create, modify, and delete directory objects?
a. Csvde b. Ldifde c. Dsadd d. None of the above.
Computer Science & Information Technology