The second code example on page 159 incorrectly repeats the first. It should read: ``` int day, month, year; scanf("%d/%d/%d", &month, &day, &year); ```
The second code example on page 159 incorrectly repeats the first.
It should read: