I'm trying out a practice program from a textbook where I have to take weight, height and age and then return the waist size by a given formula, but i'm having a problem, i put in 34 as the age so that the if(age>=30) runs, but when it goes into the for loop, the multiple is supposed to be 0, and it is, but it skips if(multiple=0) and turns multiple=1 and runs the else if statement, the code is below