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