diff --git a/Q4.CPP b/Q4.CPP index 23bee85..2097db7 100644 --- a/Q4.CPP +++ b/Q4.CPP @@ -2,7 +2,7 @@ #include #include -class complex +struct complex { float rel; float img;