double remainingCalorieNeedPerDay(double completedCaloriesPerDay) { return totalCalorieNeedPerDay - completedCaloriesPerDay; }