I am trying to add two parts of an array together to go into an int value. I am using Luhn algorithm to figure out of a credit card is a valid credit card. We are only using 6 digit credit card’s just to make sure no one enter’s a real credit card number. The part I am confused on