Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

there might be times when you need to do the same thing over and over a…

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

Explanation:

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.

Answer:

Functions