Code:
printf("Twenties: %d \n" , change_in_cents / CENTS_IN_TWENTY_DOLLARS);
		change_in_cents % CENTS_IN_TWENTY_DOLLARS;
Im using both division and mod or thats whati think. can someone tell me if im doing something wrong here?