IBM
C2040-403 · Question #52
Given the following data instance, what xforms bind returns the total cost (including tax) of a particular item, if the current context of the bind is "items/item"
The correct answer is D. cost + cost/@tax. See the full explanation below for the reasoning.
Question
Given the following data instance, what xforms bind returns the total cost (including tax) of a particular item, if the current context of the bind is "items/item"
Options
- Asum(cost + cost/@tax)
- Bsum(number(cost), number(cost/@tax))
- Csum(cost, cost/@tax)
- Dcost + cost/@tax
How the community answered
(66 responses)- A3% (2)
- B8% (5)
- C15% (10)
- D74% (49)
Community Discussion
No community discussion yet for this question.