Examlex

Solved

A Company Uses the Indirect Method to Prepare the Statement

question 19

Multiple Choice

A company uses the indirect method to prepare the statement of cash flows.It sold a piece of equipment at a gain of $3,600.The equipment was purchased several years ago for $70,500 and had accumulated depreciation of $52,900.What is reported under the operating activities section on the statement of cash flows?


Definitions:

While Loop

A control flow statement that allows code to be executed repeatedly based on a given Boolean condition.

Initial Expression

The starting point or condition often used in the initialization of a programming loop or construct.

For Loop

A For Loop is a control flow statement in programming that repeatedly executes a block of code a set number of times.

Update Expression

In programming, an expression within a loop that modifies the loop's controlling variable to progress towards the loop's termination condition.

Related Questions