(no subject)

Feb 03, 2005 10:23

//There are days when you just can't seem to hold things together.

//This is one of them.

/**

Just as you have very right to be angry at anybody, so do I have all the right to be so as well. I just have different reasons for it.

**/

import java.io.*;

public class Sorry
{
public static void main(String [] args)
{

String response;

InputStreamReader reader = new InputStreamReader (System.in);
BufferedReader keyboard = new BufferedReader(reader);

do
{
System.out.println("I'm sorry. Is there really nothing I can do to make up for it?");
response = input.readLine();
if(response != "Yes" && response != "Yes, there is." && response != "Okay. Let's talk.")
{
exist();
}
else
{
smile();
}
}while(response != "Yes" && response != "Yes, there is." && response != "Okay. Let's talk.")
}

public static void exist()
{
System.out.println("Am I truly unredeemable?")
}

public static void smile()
{
/**
No code as of writing, will be implemented as time goes by
Not that there is anyone that may truly understand this anyway
... nor take the time to deciper it. Or at least ask.
*/
}
}
Previous post Next post
Up