Multiple choice What are functions? Code that can only be used once in the application Reusable pieces of code that can be called on repeatedly. A special type of variable Indefinite arrays Reveal answer Fill a bubble to check yourself B Correct answer Explanation Functions are blocks of organized, reusable code that perform a single, related action. They allow for modularity and avoid code repetition.