CSE 333 24su Exercise 9

Due: Friday, July 12th, 2024 by 10:00 am; No late exercises accepted.
Goals: Create and use a complete C++ class for a new 3-D Vector abstraction, including constructors, destructors, operators including assignment and stream output, and a simple user-defined namespace.

Description: Create a C++ class Vector that implements 3-D vectors.

Hints and tips: