Author | Message |
---|---|
harry_520
Posts: 76
|
Posted 21:42 Jan 17, 2015 |
Since functions cannot return arrays, do we still have to have functions in this password security problem? |
kknaur
Posts: 540
|
Posted 14:46 Jan 18, 2015 |
You always need functions. Even though a function does not return an array, you can still use the function to cause changes to the arrays. This was discussed in class. |