(a). Implement a C+ class named ComplexNumber. The class should contain: Two float type data fields named real and img that specify the complex number. The default values should be -1 for all the data fields. • A no-arg constructor that initializes data fields with default values. Setter Functions setReal(), setimg) to get input from the user. • Getter functions named getReal) and getimg) to return the values of all the class data members. • A function named MultiplyComplexNumbers) to multiply two complex numbers and return the resultant complex number. Page 3 of 4 Implement the class and write a test program that creates three objects of the class. Ask the user to enter values in two objects while third object will contain result of multiplication. Also display all the objects on screen.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.2: Providing Class Conversion Capabilities
Problem 6E
icon
Related questions
Question

LANGUAGE : C++

(a). Implement a C++ class named ComplexNumber. The class should contain:
Two float type data fields named real and img that specify the complex number. The
default values should be -1 for all the data fields.
A no-arg constructor that initializes data fields with default values.
• Setter Functions setReal(), setlmg() to get input from the user.
• Getter functions named getReal) and getlimg) to returm the values of all the class data members.
• Atunction named MultiplyComplexNumbers() to multiply two complex mumbers and return the
resultant complex number.
Page 3 of 4
Implement the class and write a test program that creates three objects of the class. Ask
the user to enter values in two objects while third object will contain result of
multiplication. Also display all the objects on screen.
Transcribed Image Text:(a). Implement a C++ class named ComplexNumber. The class should contain: Two float type data fields named real and img that specify the complex number. The default values should be -1 for all the data fields. A no-arg constructor that initializes data fields with default values. • Setter Functions setReal(), setlmg() to get input from the user. • Getter functions named getReal) and getlimg) to returm the values of all the class data members. • Atunction named MultiplyComplexNumbers() to multiply two complex mumbers and return the resultant complex number. Page 3 of 4 Implement the class and write a test program that creates three objects of the class. Ask the user to enter values in two objects while third object will contain result of multiplication. Also display all the objects on screen.
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning