public class FridayNite{

/**
*@author bnwchbammer
*Assume all classes mentioned are in their own files and do in fact exist
*
*/

public class FridayNite{

private Person ben;
private ArrayList<Person> customers;
private int numCustomers;
private double benPissed;
private int seconds;

public FridayNite(){
ben = new Person();
numCustomers = 50;
for(int i = 0; i <= numCustomers; i++){
customers.add(i, Person());
}
benPissed = 0;
seconds = 0;
}

public void Pissed(){
while(customers.size() > 10){
ben.read(Magazine);
seconds ++;
if(pissed > 0){
pissed -= .05;
}
if(seconds == 10){
customers.remove(0);
pissed ++;
seconds = 0;
}
}
}

/*
Alright
Iunno where I'm going with this.
It's hard to find a practical use for java in this case...
Anyway
My nite went something like this.
I read a magazine.
10 seconds later a customer comes.
I'm all - arrrgh.
Then I go back to reading my magazine
Get less argh.
Then another customer comes.
It eventually slowed down
hence the while it's bigger than 10
Cuz only 10 customers came after it slowed down...
this is all an estimate...
But still
it was quite annoying.
Well
Time to mess around on the computer till 2:30
whooo
so that's it...
...
Peace!
*/

Comments

Well figured it'd be more of a level of being pissed.
But I guess I coulda made it be true once it hit a certain int.
wuuuuuutever though.
 
I spent that entire thing thinking that it was about you getting drunk at work (is pissed s;ang for drunk over there as well?), it was more awesome at that stage. The whole FridayNite (spelt N-I-G-H-T in the land of Everywherethat'snotamerica) thing was a bit misleading.

Where do you work? My job pretty much involves the same cycle of do no work and get pissed everytime a customer walks in.
 
[quote name='eltrut' post='2815868' date='May 9 2010, 12:05 AM']I spent that entire thing thinking that it was about you getting drunk at work (is pissed s;ang for drunk over there as well?), it was more awesome at that stage. The whole FridayNite (spelt N-I-G-H-T in the land of Everywherethat'snotamerica) thing was a bit misleading.

Where do you work? My job pretty much involves the same cycle of do no work and get pissed everytime a customer walks in.[/quote]
I work at a grocery store, and yeah, pissed is drunk, but it's also mad. And I like spelling night like nite if you look at all my other posts. It's my thing... As is the OP skippy line thing... and I usually do it throughout the rest of my posts, but I'm lazy now, so I won't.
 

Blog entry information

Author
bnwchbammer
Views
299
Comments
8
Last update

More entries in Personal Blogs

More entries from bnwchbammer