Prefix ++ Operator Overloading

# Introduction In this lab, you are required to create a program that overloads the prefix `++` operator in a `Complex` class to increment the `real` and `imag` variables, and then use it to print the modified values of a `Complex` object.

|60 : 00

Click the virtual machine below to start practicing