Complex Number
*;import java.util,Scanner;
class ComplexNumber{int real;int imag;
this.real=r;this.imag=i;}