Programming Languages Python Objective
Mar 08, 2013

Which statement will send the value generated by a function procedure, called CalculateTax, back to the calling code?

Choose the correct answer:
A) Return Sales*0.08
B) CalculateTax = Sales*0.08
C) Return CalculateTax (Sales*0.08)
D) All of the above
Detailed Explanation

Option A and B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback