Adding Complex Numbers With Friend Function

# Introduction In this lab, you will create a program that adds complex numbers using a friend function, where you will define a `Complex_Number` class with real and imaginary variables and a friend function `add_complex()` to perform addition of two complex numbers.

|60 : 00

Click the virtual machine below to start practicing