IBM
LOT-410 · Question #6
What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items Values; subtotal (1 + rate)
The correct answer is D. 55. See the full explanation below for the reasoning.
Question
What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items * Values; subtotal * (1 + rate)
Options
- A15.1
- B16.5
- C50
- D55
How the community answered
(31 responses)- A10% (3)
- B6% (2)
- C3% (1)
- D81% (25)
Community Discussion
No community discussion yet for this question.