User Tools

Site Tools


haas:fall2015:cprog:projects:mbe0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
haas:fall2015:cprog:projects:mbe0 [2015/02/05 12:42] – external edit 127.0.0.1haas: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 "better", but PLEASE: do NOT use any loops in the central solving of this project. It is important to develop an appreciation of the process (including how redundant it can get) so we can make more informed choices on how to better optimize the code. Don't worry, there will be plenty of time for loops (such as next week's project).+  * some may have experience, others may have had it suggested as a means of solving the problem "better", but PLEASE: do NOT use any loops or arrays in the central solving of this project. It is important to develop an appreciation of the process (including how redundant it can get) so we can make more informed choices on how to better optimize the code. Don't worry, there will be plenty of time for loops (such as next week's project).
  
 =====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/repeat code)!
   * 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
haas/fall2015/cprog/projects/mbe0.1423140178.txt.gz · Last modified: 2015/09/19 17:56 (external edit)