How would you convert a string such as gcardNum to be stored in an integer array?
char gcardNum[17] = ""; //16 digit gift card number
printf("What is your 16 digit gift card number?\n");
scanf("%s", gcardNum); // asks the user for their 16 digit gc number