Answer:
In the given question statements are missing. So, we assume two true statements. Which can be given as :
- Function name should be meaning full
- Programming features are called programming instruction groupings.
Explanation:
In the programming language, a function is a group of organized code that is used to increases the reusability of the program. In the declaration of the function we should remember two points which is can be described as:
- function name should be meaning full means is that if we want to print some data in function. So, we write a function name that is matched to its data like message, information, data, etc. these names help another programmer to understand more easily.
- In the function, Programming features are called programming instruction groupings.
That's are the statements for function that is described above.