147k views
5 votes
Select the two true statements about functions with parameters

User Mark Zhang
by
5.7k points

1 Answer

6 votes
Parameters are basically variable that are used in the definition of a function used to present arguments passed in a function. Parameters may help generalize the solution of a given problem in a function. Functions with parameters can therefore be used to prevent duplicated code creation in programming. Therefore, the statement B and C are correct.
User Oleg Pavliv
by
6.1k points