11.8k views
2 votes
ANSWER ASAP! Which statements are true? Select 4 options.

A function can have many parameters.


A function can have a numeric parameter.


A function can have only one parameter.


A function can have a string parameter.


A function can have no parameters.


Please answer asap. Thank you.

2 Answers

5 votes

i have no idea how to get this answer, but here.

edge 2021

ANSWER ASAP! Which statements are true? Select 4 options. A function can have many-example-1
User Cortney
by
6.0k points
2 votes

Answer:

A,B,D and E are true

Step-by-step explanation:

In many if not all programming languages, a function can have zero or more parameters of arbitrary type.

User Playmaker
by
5.4k points