From 2bd5b8d67a32885e263462220a66d5932ba56228 Mon Sep 17 00:00:00 2001 From: Sharan Pai Date: Wed, 3 Oct 2018 22:57:14 +0530 Subject: [PATCH] Update complex.cpp --- complex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/complex.cpp b/complex.cpp index fa929d7..059f009 100644 --- a/complex.cpp +++ b/complex.cpp @@ -83,7 +83,7 @@ int main() sum.print(); cout<<"Product: "; prod.print(); - cout<<"Negative of Complex no. 1: "; + cout<<"Negative of Complex number 1: "; negative1.print(); cout<<"Negative of Complex no. 2: "; negative2.print(); @@ -92,4 +92,4 @@ int main() cout<<"Inversion of Complex no. 2: "; inverted2.print(); -} \ No newline at end of file +}