I want to create an Array
int array[] = {10, 31, 16, 20, 65};
and then somehow pull two numbers from that array and either add or subtract, m