Answer is:
all of the above
Explanation:
Functions
* helps to avoid repeating a set of statements many times
* enhances the logical clarity of the program
* helps to avoid repeated programming across programs
Answer is:
Both The body of a function may have many return statements & A function can return only one value to the calling environment
Answer is:
All of the above
Answer is:
if the function call precedes its definition and the function returns a non integer quantity
Answer is: