This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
haas:fall2018:discrete:projects:yol0 [2018/10/14 21:14] – [Objective] wedge | haas:fall2018:discrete:projects:yol0 [2018/10/14 21:15] (current) – [Program] wedge | ||
---|---|---|---|
Line 67: | Line 67: | ||
* _if functions make use of your standard selection statements (likely how you'd approach it by default) | * _if functions make use of your standard selection statements (likely how you'd approach it by default) | ||
* _tern functions will only make use of ternary operators (no if()/ | * _tern functions will only make use of ternary operators (no if()/ | ||
- | * _algo functions will only make use of math/logic operations (no if()/ | + | * _algo functions will only make use of math/logic operations (no if()/ |
You can (and should) make use of arrays. | You can (and should) make use of arrays. |