which of the following statements is true of subroutines? check all that apply. they can be used in multiple…

which of the following statements is true of subroutines? check all that apply. they can be used in multiple places. they can be used in one place only. they save a programmer time since they are reusable. they can be used only once. they can contribute to excessive use of a computers resources. done
Answer
Brief Explanations:
Subroutines are code segments that can be called from different parts of a program, making them reusable. This reusability saves a programmer time. They don't contribute to excessive resource - use in a negative way just by being subroutines. They are not limited to being used in one place or only once.
Answer:
They can be used in multiple places. They save a programmer time since they are reusable.