clarissaalvarad3496 clarissaalvarad3496 10-03-2020 Computers and Technology contestada Suppose that the bag class is efficiently implemented with a fixed array with a capacity of 4000, as in Chapter 3 of the class text. We execute these statements: bag b; b.insert(5); b.insert(4); b.insert(6); b.erase_one(5);