The Lab08.cpp Driver

The file Lab08.cpp is the driver program provided to you. You do NOT need to modify this file. This program accepts two complex numbers. Then it goes on to display the negation of both the complex numbers. Then it also displays the addition of the two numbers. While displaying, we are using the overloaded << operator.