Question: A _ _ _ _ _ _ _ _ _ _ _ is a reusable block of code that performs a certain action ( or

A ___________ is a reusable block of code that performs a certain action (or actions). They are used to accomplish the same tasks repeatedly. Instead of copy-pasting the same lines multiple places in your code, you should use a function. also divide complex code into smaller parts, which make it far more readable and maintainable. An example from excel is an if statement
output statement
List
program
Function

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!