which question are u referring too
Answer:
Work breakdown structure.
Explanation:
The Work breakdown structure is used in project management which divided the project into smaller parts in software development. When the project is divided into the smaller parts it is distributed that part individually in the member of the project.
The main advantage of Work breakdown structure when it is divided into smaller parts it is easy to maintain and project work in a very efficient manner also the development of the project in a very fast manner.
Answer:
Complete the ZipZapZop()
function so that it requests an integer from the user. The function should display a response following this pattern:
• Divisible by 3: zip
• Divisible by 5 zap
• Divisible by 7 zop
Otherwise, just display the number
Note 1 numbers that are divisible by more than one (3, 5, or 7) should contain
all applicable terms.
Notes 2 Note that you are displaying directly from this function, not returning a value to the calling function.
Hint: The number only prints if it is not divisible by ALL of 3,5,or 7
Explanation:
The answer is d I just took the test
Answer would be D)potential