Question: 4

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

II and III

I only

I and II

I, II, and III

I, II, and III