a program having multiple functions is considered better design than program without any functions.why?
Answers
Answered by
8
Answer:
Reuseablity and more cleaner program
Explanation:
The main use of a function is that it can be called multiple times by senting multiple values as aruguments hence the program becomes more reuseable and also cleaner with better structuring.
Similar questions