Challenge: Subtract Two Complex Numbers
Test your understanding of structures by solving a simple challenge.
Problem statement
Your task is to subtract two complex numbers.
What is a complex number?
A complex number is a number with both real and imaginary parts.
In the figure below, x + yi is a complex number.
Structure complex_number
... Ask