why do we write functions? i. make our code easier to understand by giving a readable name to a group of instructions ii. avoid writing repeated code iii. make our code reusable

Respuesta :

Although we can perform certain operations without necessarily creating a function for it.

All the listed options are correct

  1. make our code easier to understand by giving a readable name to a group of instructions
  2. Avoid writing repeated code
  3. Make our code reusable

It is a good practice to write functions as it makes our code well structured and easy to read and comprehend by other people looking through our code base and code re-usability.

Learn more about good coding practice here:

https://brainly.com/question/14277907

ACCESS MORE
EDU ACCESS