I got the exercise right. My question is how does this part work: max = a > b ? a : b; as a noob I would have used an if statement. How is this kind of statement called?