Topical Information

This project should help you prove your knowledge of Java's various means of iteration.

Program Information

Do Programming Project 6.1.

Note that you do not have to read in a file. You can simply have your program read in the users text until your Scanner's hasNextLine function reports false. (See below for a booster that uses an input file instead.)

For help counting syllables, check out Section 6.7...

Specific note: Use a method to translate the Flesch index into an educational level String.


This project earns you (Level 4) toward your level requirements.

Boosters