본문으로 바로가기
package reference;

public class Student1 {
	int studentID;
	String studentName;
	int koreaScore;
	int mathScore;

}

기본 자료형 = int, char, float, double 등등...