Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

2025 - 2026 lll fundamentals of computing for adult education english e…

Question

2025 - 2026 lll fundamentals of computing for adult education english enotes using functions quiz choose the answer that makes the sentence true. a function does not use parameters can have only one parameter can have zero to many parameters

Explanation:

Brief Explanations

In programming, a function can have no parameters (a void - like function in some languages), or it can have multiple parameters depending on its purpose. For example, a function to calculate the sum of two numbers takes two parameters, while a function to print a fixed message may not take any parameters.

Answer:

can have zero to many parameters