User Tools

Site Tools


haas:fall2020:cprog:projects:afn0

Differences

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

Link to this comparison view

Next revision
Previous revision
haas:fall2020:cprog:projects:afn0 [2020/03/29 20:12] – external edit 127.0.0.1haas:fall2020:cprog:projects:afn0 [2020/09/22 21:14] (current) – [Functions] wedge
Line 63: Line 63:
 The task at hand can benefit from loop and array assistance. The task at hand can benefit from loop and array assistance.
  
-For instance, taking the number input and processing it so each digit occupies its own array element would facilate your efforts in the overall task-- a process strongly resembling some of the work you had to do in the **mbe1** project to get your input ready for the multiply by 11 activity. +For instance, taking the number input and processing it so each digit occupies its own array element would facilitate your efforts in the overall task.
 =====Functions===== =====Functions=====
-As indicated, this task shares many attributes with the **mbe1** project; in fact, the mental math process itself may be slightly simpler. That affords us the opportunity to introduce and learn about further programming optimizations, without the concurrent burden of new concepts. 
  
 Specifically, we will look at modularizing aspects of our solution, using functions, to make for a cleaner, more organized codebase. Specifically, we will look at modularizing aspects of our solution, using functions, to make for a cleaner, more organized codebase.
haas/fall2020/cprog/projects/afn0.1585512779.txt.gz · Last modified: 2020/03/29 20:12 by 127.0.0.1