The main() Function

Now that you have completed the constructor and Multiply() functions, you just need to complete the main() function in lab5.cpp. Start with the skeletal program provided and add the required elements. The program must

  1. Create at least three Complex numbers using the non-default constructor.
  2. Demonstrate that both versions of the Multiply() function work correctly by computing products and printing them to the screen using the provided ToString() function.