What is the most appropriate structure for handling code that is repeated multiple times in a program?(1 point) Responses queue queue recursion recursion function function stack
1 answer
The most appropriate structure for handling code that is repeated multiple times in a program is a function.