Subroutine
A subroutine is a reusable sequence of instructions that performs a defined task within a program. It can be invoked from other parts of the program, often with inputs and outputs.
A subroutine is a reusable sequence of instructions that performs a defined task within a program. It can be invoked from other parts of the program, often with inputs and outputs.