Eine gute Antwort könnte sein:

No. Most word processing files use their own format, which is not understood by a Reader that is expecting UTF characters.

Flow Chart of the Program

The general design of the program is given in the flowchart. Of course, many details are left out. The purpose of the chart is to show the overall logic.

The box "Read a line of source" appears in two places—before the loop gets started and in the body of the loop. Study the logic to see that this is correct.

FRAGE 8:

Will this logic correctly copy an empty file (a file that exists, but returns end-of-file immediately)?