[JAVA][作業練習] Lab4
Define a class for complex numbers. A complex number is a number of the form a + b*i where for our purposes, a and b are numbers of type double, and i is a number that represents the square root of -1. Represent a complex number as two values of type double....