Observations on Program 6:
- It is not necessary to put function headings in the driver since you
are including the whole function definition.
- Do not put function headings in main.
- Declare variables at beginning of your program. It's better housekeeping.
- If the compiler highlights the "include", the error is in the included file.
- Can you think of a way to prevent dealing the same card twice?