Trying to use a buzzer, tone and noTone freeze my program

review how to do a If else thingy.

if (condition) {
   // body of if statement
}
else
{
// body of else statement
}

Compare that if else thingy to your if else thingy. One of the if else thingies is wrong. and its not the one in this post.