172k views
7 votes
In what situations might you need to use a function that calls another function?

1 Answer

9 votes

Answer:

Step-by-step explanation:

It is important to understand that each of the functions we write can be used and called from other functions we write. This is one of the most important ways that computer programmers take a large problem and break it down into a group of smaller problems.

User Demasterpl
by
3.4k points