Examlex

Solved

What Would Be the Value of DiscountRate After the Following

question 19

Multiple Choice

What would be the value of discountRate after the following statements are executed?
Double discountRate;
Char custType = 'B';
Switch (custType)
{
Case 'A':
DiscountRate = .08;
Break;
Case 'B':
DiscountRate = .06;
Case 'C':
DiscountRate = .04;
Default:
DiscountRate = 0.0;
}


Definitions:

Beginning Inventory

The value of a company's inventory at the start of an accounting period, prior to any purchases or sales.

Next Period

A future accounting period where transactions will be recorded and reported.

Freight-in

The cost associated with transporting goods or inventory to a company, which is often included as part of the inventory cost.

Cost of Goods Sold

The direct costs attributable to the production of the goods sold by a company, including both raw materials and labor costs.

Related Questions