Which of these statements are true about methods?

We can only use custom methodsWe have to pass values to methodsThey're blocks of statements that perform specific tasksThere's a limit to how many values we can pass to a method

Yeah! Methods are built-in or custom blocks of statements that perform specific tasks. They can accept an unlimited number a values, but they don't have to.

Not quite! Methods are built-in or custom blocks of statements that perform specific tasks. They can accept an unlimited number a values, but they don't have to.