<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>
To reduce a fraction, divide the numerator and the denominator equally until they reach the simplest whole number possible.
In this case, the numerator (720) and the denominator (1080) can both be divided by 360 to get 2/3, our reduced fraction.
Answer:
5/2
Step-by-step explanation:
In order to make the fractions equivalent, you need to place the whole number INTO the fraction itself. By doing so, your answer will be 5/2
Hope this helps :)
Answer:
- Erkan is out of control and kicks and rants at the nursing staff.
- Michelle is a young high school girl and feels that everyone mistrusts her due to her youth.
- Michelle wears a football jersey and jeans to her internship at the nursing home.
S