Problem
1. Write an Ada code fragment that uses the operations in the package declared in the previous question to read and echo print vectors until a vector whose components are all zero is entered. Then display the sum of the vectors.
2. Write the body of the package you declared in question 1. The Put procedure should enclose the three vector components within parentheses and separate them with a comma and a space.