Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
I WANT HELP IN THIS PROGRAM Create a complex class Should take input in x+yi form. Your class should be able to manipulate the complex numbers in both the formats i.e. complex and polar. Your class should be able to perform addition(+),subtraction(-),multiplication(*),division(/) and conjugation(~) of complex numbers. …
The End.