133k views
0 votes
A function can have zero to many parameters, and it can have _____ return value(s).

User GKV
by
5.9k points

1 Answer

6 votes
A function can have zero to many parameters, and it can have Only one return value. A function is a collection of statement that perform a specific task. A function definition contains the statements that make up the function. Functions are ideal for menu-driven programs. When the user selects an item, the program can call the appropriate function.
User Broesch
by
5.0k points