Step-by-step explanation:
const double scale = 1.7;
int sugarScaled(double scale, int naturalSugarLevel, int artifiialSugarLevel){
return scale * (naturalSugarLevel + artifiialSugarLevel);
}
5.6m questions
7.3m answers