Case-Based Critical Thinking QuestionsCase 1: MTN OutdoorYou have just started working for MTN Outdoor as a programmer. Your first assignment is to review and correct various code to use sub procedures and/or functions.
Which of the following statements would invoke the GetEndInventory function and assign the function's return value to the intEnd variable?

A. Call GetEndInventory(intBegInv, intItemsSold, intReturned)
B. intEnd = Call GetEndInventory(intBegInv, intItemsSold, intReturned)
C. intEnd = GetEndInventory(intBegInv, intItemsSold, intReturned)
D. intEnd = GetEndInventory()

Answer: C

Computer Science & Information Technology

You might also like to view...

A value or formula stored in a cell is called the cell's ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Choose the sentence type of the following sentence.Although Jerry uses a GPS, he still gets lost more than anyone I know.?

A. ?Simple B. ?Compound C. ?Complex D. ?Compound-complex

Computer Science & Information Technology