QUESTION IMAGE
Question
question 9 of 10
which programming design approach would be best to use if a line of code needed to be run repeatedly?
a. structured
b. bottom up
c. top down
d. object oriented
Brief Explanations
Structured programming uses control - flow constructs like loops (e.g., for, while) which are ideal for repeatedly running code. Bottom - up, top - down are design strategies more about system decomposition and object - oriented is about modeling real - world entities as objects.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. Structured