Hie ,
Am teaching my self C++ ,this is my first attempt to code..,any ideas..
I am writting a C- program to deal with any two complex numbers.
The program must contain at least five functions
- Add – to add two complex numbers passed to it
- Subtract – subtract two complex numbers passed to it
- Multiply -to multiply two complex numbers passed to it
- Divide - to divide two complex numbers passed to it
- Display -to display a complex number
The user can enter any two complex numbers and chooses from the ‘main menu’ what operation to be
performed on the numbers (e.g. add them, subtract them …) and display the final result.