Monday, December 18, 2006

Frustration

Written by jenavictoria
for HUM 160
December 18, 2006


import java.util.*;

import java.io.*;

class Frustration{

/*

String irritation, helplessness, disappointment;

int concepts;

private int limits=6;//only what you can do

private int explanations, practice; //does not make perfect

String moralSupport = “You can do it!!”;

Frustration(){

//goals unachieved

//difficulty

//“I just can’t do it!” cries in disbelief

//it’s right there in front of me, but i can’t do it – for some reason

//blank stare

}

//isn’t it supposed to be relaxing?

void setConcepts(int alot){concepts=a lot;}

void setLimits(int few)(limits=few;)

int getLimits(){return limits;}

public boolean infoOverload(concept, limits){

if(concept>=getlimts()) return true;

//if you can’t take it in anymore?

//what can I do?

else return false;

}

//is talent inborn?

//or are great people made?

//how?

*/

public static void main [String args]{

System.out.println(“Hello World!”);

}

}//whew!

No comments: