about | help | code help+videos | done | prefs |
Write a method that accepts two complex numbers and returns their product. You may need to do some research about powers of i. multiplyComplex("42-5i", "42+5i") → "1789+0i" multiplyComplex("10+2i", "10-2i") → "104+0i" multiplyComplex("1+1i", "1+1i") → "0+2i" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 440
Copyright Nick Parlante 2017 - privacy