<span>#include <iostream>
using namespace std;
class InventoryTag {
public:
InventoryTag();
int getQuantityRemaining() const;
void addInventory(int numItems);
private:
int quantityRemaining;
};
InventoryTag::InventoryTag() {
quantityRemaining = 0;
}
int InventoryTag::getQuantityRemaining() const {
return quantityRemaining;
}
void InventoryTag::addInventory(int numItems) {
if (numItems > 10) {
quantityRemaining = quantityRemaining + numItems;
}
}
int main() {
InventoryTag redSweater;
int sweaterShipment = 0;
int sweaterInventoryBefore = 0;
sweaterInventoryBefore = redSweater.getQuantityRemaining();
sweaterShipment = 25;
cout << "Beginning tests." << endl;
// FIXME add unit test for addInventory
/* Your solution goes here */
cout << "Tests complete." << endl;
return 0;
}</span>
I get the base to be 4.74 and the height to be 12.74
Answer:
The amount of cash flow from continuing operating activities under the indirect method is $43,000.
Step-by-step explanation:
Fine Furniture Company had a net income of $50,000.
Accounts receivable increased by $30,000.
The inventory decreased by $20,000.
The accounts payable increased by $4,000.
Salaries payable decreased by $1,000.
The amount of cash flow from continuing operating activities under the indirect method is:

X-intercept = -4
y-intercept = -8