Implement Elementary Mathematical Operators On Complex Numbers In C++

$10.00$5.00938 reads

Question

This question considers implementation of elementary mathematical operations on complex numbers in C++ programming language. The code should allow user to enter the real and imaginary parts of two complex numbers, choose an operation (either addition, subtraction, multiplication or division) and calculate the result, printing it on the screen.
 
Requirements:

To write a working C++ code, demonstrating knowledge gained so far, in particular: variables, operators, functions and control flow (loops and branches), taking particular care about code comments.
To include appropriate documentation, including Software requirement specifications and proposed code improvements.
To include code planning documents, including flowcharts and pseudocode.


Summary

The question belongs to Computer Science and it discusses about writing a program in C++ which implements elementary mathematical operations on complex numbers. Operations such as addition, subtraction, multiplication or division can be used.

Total Word Count 380



Add to Cart