ATK 3, spring 2006 Exercise work 1: Design a class Vector with three coordinates x,y,z as members(double x,y,z;). Overload operators + (sum of vectors), - (substraction) and * (dot product). Write a program which asks two vectors from the user and prints their sum, substraction, and the dot product.