Tuesday, October 20, 2009

This doesn't compile

/* File: hundredWords.java
*------------------------
* This program takes a commonplace sentiment
* and translates it into a moving, emotional
* exemplification of a transient moment.
*/

import acm.program.*;

public class hundredWords extends ConsoleProgram {
public void run( ){
println(“This program helps you write 100 words”);
String opener = readString (“Please recount a recent experience that felt important to you in some way. Be detailed yet brief. You may use quotes, poetry, abstract notions, and metaphor.”);
String denoument = readString (“Now, please write a short yet strange sentiment that may or may not have anything to do with the above recount”);
String lastSentence = readString (“Lastly, in six words or less, tie the two parts together”)
println();
println(opener + denoument + lastSentence + “count the words”);
}

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. NOOOOOOOooooooo

    This may be the death of 100 words...

    Just kidding I'm sure it's very meaningful to you.

    ReplyDelete
  3. Oh wait now I actually read the parts I could read, and I like it! Haha

    ReplyDelete