public record Student(String name,int score,int age,String department,String gender,double fees ){} ...