What value does this formula return?

What value does this formula return?

FIELD Items := 10;

FIELD Values := 5;

rate := 0.10;

subtotal := Items * Values;

subtotal * (1 + rate)
A . 15.1
B . 16.5
C . 50
D . 55

Answer: D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments