This is a collection of statements that performs a specific task. Infinite loop
ID: 3646446 • Letter: T
Question
This is a collection of statements that performs a specific task. Infinite loop variable constant function None of these A function contains the statements the statements that make up the function. Definition prototype call expression parameter list A function can have to many parameters, and it can return this many value. Zero to many no only one a maximum of ten None of these A function is executed when it is defined declared called None of these In a function header, you must furnish data type(s) of the parameters data type of the return value the name of function names of parameter variables All of theseExplanation / Answer
1.function 2.definition 3.only one 4.called 5.all of these