I'm trying to understand the two variables from the example code: ``` int minat = 0; int maxat = 0; ``` Any chance someone could explain what they do? Would be great to have this added as a comment to the example as well. Thanks.