Exercise 4: Complex Numbers
Use the class template to define a class that returns the real and imaginary parts of a complex number.
We'll cover the following...
We'll cover the following...
Problem statement
Use class templates to write a template-type class called Complex
. This class contains the following properties: