204k views
2 votes
When users do not enter the amount they paid, the system automatically assumes they paid nothing. This functionality is

an example of a
O default argument.
O subroutine.
O keyword argument.
O return statement.​

User Joamag
by
4.9k points

2 Answers

4 votes

Answer:

a. default argument

Step-by-step explanation:

User Manuela Hutter
by
5.5k points
7 votes

Answer:

When users do not enter the amount they paid, the system automatically assumes they paid nothing. This functionality is default argument.

Step-by-step explanation:

A default argument is a value provided in a function declaration that is automatically assigned by the compiler if the caller of the function doesn't provide a value for the argument with a default value.

User SBUJOLD
by
5.4k points