NotMerdoc4242 NotMerdoc4242 25-11-2022 Mathematics contestada write a while loop to read integers from input until -1 is read. for each integer read before -1, add the integer times two to vector integervector. ex: if the input is 9 8 5 2 -1, then the output is: 18 16 10 4