Answer:
80 and B is 96
Step-by-step explanation:
1920 ÷ 24 = 80
1920 ÷ 20 = 96
puedes comprobarlo en la calculadora
lo siento si es incorrecto
eso es lo que entendí
2,12, 1 ,24,3,8,4,3,6,
THese number has 24 as a multiple so they are actually factors
~JZ
Hope it helps
<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>
Answer:
52.9
Step-by-step explanation:
Multiply 67 by .79