Question
write a ComplexDemo class with main method to do the following: 3 a) create a complex object c1 using the no argument constructor b) create
write a ComplexDemo class with main method to do the following: 3 a) create a complex object c1 using the no argument constructor b) create two complex objects c2, and c3 using the second constructor to initialize the objects with any data you want c) print the data of the three objects as well as their absolute values and phases d) change the data of object c1 by values input from the user and print out the new data, absolute value and phase of c1. e) Print the data, absolute value and phase of the complex number result from adding the two objects c2 and c3 f) Print the data, absolute value and phase of the complex number result from multiplying the two objects c2 and c3
using JAVA
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started