1.

Function Point Computation is given by the formula

A. fp = [count total * 0.65] + 0.01 * sum(fi)
B. fp = count total * [0.65 + 0.01 * sum(fi)].
C. fp = count total * [0.65 + 0.01] * sum(fi)
D. fp = [count total * 0.65 + 0.01] * sum(fi)
Answer» C. fp = count total * [0.65 + 0.01] * sum(fi)


Discussion

No Comment Found