omonte7687 omonte7687 30-11-2022 Computers and Technology contestada which of the following statements inserts number 5 to the beginning of vector v? v.add(5) v.add(0, 5) v.insert(0, 5) v.insert(v.begin(), 5)