현재 위치 - 인적 자원 플랫폼망 - 미니프로그램 개발 - C# applet _real _imaginary 에 문제가 있습니다.
C# applet _real _imaginary 에 문제가 있습니다.
시스템 사용

시스템을 사용하다. 집합하다. 제네릭

시스템을 사용하다. 소장하다

시스템을 사용하다. 텍스트;

네임스페이스 콘솔 응용 프로그램 3

{

범주 복수

{

Int _ real

Int _ imaginary

정적 void Main(string[] args)

{

Complex number objnumber1= new complex number ();

Complexnumberobjnumber2 = newcomplexnumber ();

Objnumber1.accept ();

Objnumber2.accept ();

Complex number objtemp = objnumber1. Add (obj 번호 2);

Obj 팀. Showresult ();

}

개인 void 허용 ()

{

콘솔。 WriteLine ("실수 부분을 입력하십시오");

_real = int 입니다. 해결 (콘솔). ReadLine()););

콘솔。 WriteLine ("가상 부서를 입력하십시오");

_imaginary = int 입니다. 해결 (콘솔). ReadLine()););

}

Void ShowResult ()

{

콘솔。 WriteLine ("더하기 합계");

If(_ 가상<0)

콘솔。 Writeline (_ real+_ imaginary+"I");

Else if (_imaginary == 0)

콘솔。 Writeline (_ real);

기타

콘솔。 Writeline (_ real+"+"+_ imaginary+"I);

}

Complex number add (complex number objparam1)

{

ObjParam 1 입니다. _ real+= _ real;;

ObjParam 1 입니다. _ imaginary+= _ imaginary;;

Objparam1;

}

}

}