Calling a function that returns array stops printArray

import java.util.Date;

class Person {
  float height, bmi, morgage;
  Date death;
}