Saved Bookmarks
| 1. |
Write two advantages of using functions in a program. |
|
Answer» Two advantages of a function in a program: (i) Debugging is easier. (ii) It is easier to understand the logic involved in the program. |
|