Implementing Complex Number Addition

# Introduction In this lab, we will create a program to add two complex numbers given by the user using a class named `Complex_Number` with real and imaginary parts, and output the sum in the format `real_sum + imag_sumi`.

|60 : 00

Click the virtual machine below to start practicing