C++ program to add two complex numbers:Complex number means the combination of real number and imaginary number, which is in the form of a + ib, where a is the real number and ib is imaginary number.This program accept the real and imaginary parts of two complex number and add them.Sum of two complex number is also a complex number.
Wednesday, 27 August 2014
Filled Under:
C++ Program, Simple Programs
C++ program to add two complex numbers
Posted by:
Anand
- 03:06
Share
Tweet