In this example, we put 100 digits of pi into an array Then because its in an array we can easily get any value of it DIGITS[0] is the first number DIGITS[79] is the 80th number DIGITS[99] is the 100th number DIGITS[100] will give you an error because there arent 101 numbers