Saved Bookmarks
| 1. |
Define functions. |
|
Answer» The parts of an algorithm are known as functions. A function is like a sub-algorithm. It takes , an input, and produces an output, satisfying a desired input output relation. |
|