167k views
1 vote
Which programming design approach would be best to use if a line of code needed to be run repeatedly?

A. Structured
B. Object-oriented
C. Top-down
D. Bottom-up

User Bushidov
by
6.2k points

2 Answers

4 votes

A. Structured

(Got it correct on Apex)

User Tiagojdferreira
by
6.1k points
3 votes

A. Structured is a programming design approach that would be best to use if a line of code needed to be run repeatedly. It facilitates program understanding and modification and has a top-down design approach making extensive use of subroutines, block structures, for and while loops.


User Tabjsina
by
6.2k points