Problem 98

Flicker Phrase

Finish the program provided. You’ll need to write five if statements and some function calls. If you do it right it should display a phrase in an interesting way.

Files Needed: FlickerPhrase.java

What You Should See

I pledge allegiance to the flag.
I                              
  pledge     
         allegiance
                    to the 
                           flag.
I                              
  pledge     
         allegiance
.
.
.

What You Should Do on Your Own

Assignments turned in without these things will receive no credit.

  1. Add the five if statements and function calls where indicated.
  2. (optional) Add a delay using Thread.sleep()

◄ 97: Picture Menu 99: Heron's Formula ►



Adapted from ProgrammingByDoing.com
©2013 Graham Mitchell

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.