Examlex

Solved

What Will Be the Value of Bonus After the Following

question 54

Multiple Choice

What will be the value of bonus after the following statements are executed? int bonus, sales = 10000;
If (sales < 5000)
Bonus = 200;
Else if (sales < 7500)
Bonus = 500;
Else if (sales < 10000)
Bonus = 750;
Else if (sales < 20000)
Bonus = 1000;
Else
Bonus = 1250;


Definitions:

Patent Amortization

The process of gradually writing off the initial cost of a patent over its useful life, reflecting the decrease in value due to time and use.

Credit

The right side of an account.

Accumulated Amortization

The cumulative amount of amortization expense that has been recorded against an intangible asset.

Depletion

The allocation of the cost of a natural resource to expense in a rational and systematic manner over the resource’s useful life.

Related Questions