This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:fall2015:cprog:projects:mbe0 [2015/02/05 12:42] – external edit 127.0.0.1 | haas:fall2015:cprog:projects:mbe0 [2015/09/28 09:34] (current) – [Prerequisites/Corequisites] wedge | ||
---|---|---|---|
Line 16: | Line 16: | ||
* ability to add single-digit numbers together and determine their sum and carry | * ability to add single-digit numbers together and determine their sum and carry | ||
* ability to make decisions (if statement) | * ability to make decisions (if statement) | ||
- | * some may have experience, others may have had it suggested as a means of solving the problem " | + | * some may have experience, others may have had it suggested as a means of solving the problem " |
=====Scope===== | =====Scope===== | ||
Line 227: | Line 227: | ||
* Code must be nicely and consistently indented (you may use the **indent** tool) | * Code must be nicely and consistently indented (you may use the **indent** tool) | ||
* Code must utilize the algorithm presented above | * Code must utilize the algorithm presented above | ||
+ | * No loops (or attempts to iterate/ | ||
* Code must be commented | * Code must be commented | ||
* have a properly filled-out comment banner at the top | * have a properly filled-out comment banner at the top |