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
HeartRatesTest heartRates = new HeartRatesTest("Joshua", "Dare", "14th December", 2010);
System.out.printf("%s %s born %s %d, is %d years old and has a maximum heart rate of %.2f and a target heart rate range of %.2f", heartRates.getFirstName(), heartRates.getLastName(), heartRates.getDateOfBirth(), heartRates.getYearOfBirth(), heartRates.getMaxHeartRate(), heartRates.getMinTargetHeartRate(), heartRates.getMaxTargetHeartRate());