// Program to scan in three integers and print out the middle one. #include struct numbers { int first; int second; int third; }; int main(void) { // DO NOT CHANGE CODE BELOW HERE struct numbers ; printf("Enter integer: "); scanf("%d", &nums.first); //10 printf("Enter integer: "); scanf("%d", &nums.second); // 3 printf("Enter integer: "); scanf("%d", &nums.third); //5 // DO NOT CHANGE CODE ABOVE HERE // ADD CODE BELOW HERE // TODO: print out the middle integer of the three scanned in if (nums.second > return 0; }