2 to the 12th power should be correct
<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>
Step-by-step explanation:
First, find 12 percent of 1,150,
12 percent of 1,150 = 138.
Now, add 1,150 + 138,
1,150 + 138 = 1,288
Hope I helped, if not, at least I tried.
Answer:
2 times the square root of 10
Step-by-step explanation:
If you make a right triangle and solve for the hypotenuse (the distance between P1 and P2), you will get 2 times the square root of 10.
Please mark this brainliest.
Answer:
the answer is B
Step-by-step explanation:
$8 per day
$6 per walk
walk(w)
8+6w