uh and so we’re gonna give it a range or or something we’re gonna say if it’s equal greater two um something like that then we’re gonna say if the value is true what’s the what is going to be the output or if the value is false what’s going to be the output so let’s do this right here we’ll do this age range and so if they are greater than let’s say let’s do 30. if they’re greater than 30 we’re gonna do a comma and so if the value is true what it what should be the output if they’re greater than 30 we’re going to call them old and then if it is false so if they’re younger than 30 what should it say and we’re going to say young and we’ll close the parentheses and there you go so if they’re over 30 then they are going to have yeah or if they’re younger than 30 they’re gonna have young now this is something where you need to specify if you want 30 and over or over 30. we chose over 30.