This is MULTIPLE ANSWER question. We are correct.
Integers have certain properties for drawing a dot in a triangle. The properties are in order:
1. Determine the dot to draw.
2. For each info in the range of the data set, use the penup() function to move to the coordinates (info[1], info[2]) and use the dot() function to draw a dot with a size of info[0].
3. For each info in the data set, use the penup() function to move to the coordinates (info[2], info[3]) and use the dot() function to draw a dot with a size of 1.
4. For each info in the data set, use the penup() function to move to the coordinates (info[1], info[2]) and use the dot() function to draw a dot with a size of info[0].