From 898ec096fe0a2a6bcfac6c8d3b718fcbddb03724 Mon Sep 17 00:00:00 2001 From: Amang765 <53932056+Amang765@users.noreply.github.com> Date: Mon, 19 Oct 2020 18:00:06 +0530 Subject: [PATCH] Update Q4.CPP changed class to struct --- Q4.CPP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;