88.4k views
0 votes
Which of the following statements about writing functions and Top-Down Design is NOT true?A. Writing functions helps manage complexity in a program. B. Top-Down Design leads to programs which feature multiple layers of abstraction. C. Two programmers solving the same problem using Top-Down Design should arrive at identical programs. D. Top-Down Design relies upon identifying sub-problems of a larger problem. E. Top-Down Design assists in identifying the layers of functions that will be used to solve a programming problem.

1 Answer

5 votes

Answer:

C. Two programmers solving the same problem using Top-Down Design should arrive at identical programs.

Step-by-step explanation:

User Bara
by
6.4k points