Things we have learned:
- Methods make it easy to re-use code.
- Methods can be re-arranged in different orders.
- Comments are pieces of code that exist to help humans remember or understand what parts of a program do. Comments are ignored by the computer -- they are not executed.
Sample questions you should be able to answer after this module:
[Q3.5.1]: How can I reuse the code in a method several times?
[Q3.5.2]: True or False: Comments are important for computers to be able to execute a program. Please explain.
<< Back Return to: Stories from Pieces >>