You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.printf("Health profile for %s %s, a %s, born %s, in the month of %s, on %s, in the year %d, with a height of %.1f inches, weighing %.1f pounds. She has a Body Mass Index of %.1f, a maximum heart rate of %d and a target heart rate range of %.1f", healthProfile.getFirstName(), healthProfile.getLastName(), healthProfile.getGender(), healthProfile.getDateOfBirth(), healthProfile.getMonth(), healthProfile.getDay(), healthProfile.getYearOfBirth(), healthProfile.getHeightInInches(), healthProfile.getWeightInPounds(), healthProfile.getBMI(), healthProfile.getMaxHeartRate(), healthProfile.getTargetHeartRate());