Saved Bookmarks
| 1. |
Define an algorithm. |
|
Answer» An algorithm is a step by step sequence of statements intended to solve a problem. An algorithm starts execution with the input data, executes the statements and finishes execution with the output data. |
|