Which of the following is true of functions?
A Programs written with functions run more quickly
B. Functions can help remove repeated code from a program
C. Replacing repeated code with a function will reduce the number of commands the computer needs to run
D. Functions are called once but can be declared many times