Commit 1e96f6df authored by elijah vasquez's avatar elijah vasquez 🦍

commit

parent 40867e73
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -39,7 +39,7 @@ public class Complex { ...@@ -39,7 +39,7 @@ public class Complex {
public String toString() // problem 3 format = a + jb public String toString() // problem 3 format = a + jb
{ {
// employ if statement? // employ if statement? test
return real + " + " + "j" + imag; return real + " + " + "j" + imag;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment