Using effort-driven scheduling, calculate the following. If you have 36 hours of work and 3 employees completing the work, the duration would be ________

A) 9 B) 4.5 C) 12 D) 108

C

Computer Science & Information Technology

You might also like to view...

VBA is an object-oriented programming language

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements initializes the unsigned int variable counter to 10?

a. unsigned int counter = 10; b. unsigned int counter = {10}; c. unsigned int counter{10}; d. All of the above.

Computer Science & Information Technology