Problem #2-Feet to Miles

Questions

  1. What are two advantages to using blocks for code repetition?
  2. Blocks allow for multiple codes at one time without copy and pasting.

  3. What are parameters?
  4. Temperary variable. The blocks that require input.

  5. Give an example of a formula that takes at least one parameter.
  6. A number block.

  7. Give an example of a situation where no parameters are needed
  8. When a block only consists of text.

  9. Explain what you think the following program does? How do blocks make this easier to understand? Explain what you would expect within each block.
  10. Its a word search.