Getting Around Initializers
// put code here to determine the voltage and current
voltage = new complex(real, imag);
current = new complex(real2, imag2);
Note this differs from the previous example because we don’t know the value of the initializers for complex at compile-time