Which of the following is equivalent to a subroutine depending on the programming language?(1 point)

Responses

model
model

mutator
mutator

accessor
accessor

function

1 answer

In programming, a "subroutine" can often be equivalent to a "function." A subroutine is a block of code designed to perform a particular task, and in many programming languages, this is commonly referred to as a function.

Therefore, the correct response is:

function