Search

Theseus

Data type variable 선언방법은?

[데이터 타입 대이터 데이터타입 변수 declaration method int char float]
int nA;
char chA;
float fA;
float fA,fB;
int nA = 1;

No comments:

Post a Comment