DovahThane6031 DovahThane6031 30-11-2022 Engineering contestada Write a while loop to read integers from input until zero is read. For each integer read before zero, add the integer to vector vect1. Ex: If the input is 3 8 7 9 0, the output is?