Question: Write a class called Complex for adding, subtracting, multiplying, and dividing two complex numbers. Include the set. get. and display member functions. Use a header

Write a class called Complex for adding, subtracting, multiplying, and dividing two complex numbers. Include the set. get. and display member functions. Use a header file called Complex, h, an implementation file called Complex, cpp, and an application file called Application, cpp. Application.cpp should contain the main function. Test the Complex class in the main function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
