Question: C++ class 1) Complex Number Class Extend the Complex class that you completed in last week's Lab Exercises. Recall that a complex number is of
C++ class
1) Complex Number Class Extend the Complex class that you completed in last week's Lab Exercises. Recall that a complex number is of the form a bi where a and b are real numbers and 1. For example, 2.4+5.2i and 5.73 -6.9i are complex numbers. a is referred to as the real part of the complex number and bi the imaginary part. Make the following changes to the Complex class definition: a) Add a constructor that will take two double arguments and initialize the real and imaginary components respectively. b) Replace the input and output methods with overloaded>>and
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
