QUESTION IMAGE
Question
there might be times when you need to do the same thing over and over and over again in your program. instead of writing the same lines over and over, what type of data structure can you use? spyros karoris · 12:06 pm do now · 10 points
Brief Explanations
In programming, functions allow you to encapsulate a set of statements that can be executed multiple times without rewriting the code. They are a key data - structure for code reuse.
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
Functions