Computer Science, asked by rmansha807, 6 months ago

a program having multiple functions is considered better design than program without any functions.why?

Answers

Answered by aswinasok1245
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