Questions
Question #1-Blocks
What are two advantages to using blocks for code repetition?
Question #2-Parameters 1
What are parameters?
A special variable used to refer to a certain condition of code.
Question #3-Parameters 2
Give an example of a formula that takes at least one parameter.
Question #4-Parameters 3
Give an example of a situation where no parameters are needed
Question #5-Block
Explain what you think the following program does? How do blocks make this easier to understand? Explain what you would expect within each block.
Problem #1
Problem #2