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 +}