Prompt Detail:
Using c++ generate class Complex. Class have two fields: real and supported with double type. Class have also 3 methods: sum, subtract and multiply.
Add a comment