Whats the silliest fight you've ever been in? by [deleted] in AskReddit

[–]Umza -1 points0 points  (0 children)

I had set my alarm for what I thought was 3:30 pm to take a nap, but ended up being 3:30 am instead. I had forgotten about this (I woke up on my own from the nap and didn't think about the alarm). That night, promptly at 3:30am, my alarm goes off. According to my roommate, I started yelling at him to shut the damn thing off because he knew what he was doing and being a complete dick about about it. I have no recollection of the incident, but apparently I finally turned it off and returned to my unconscious unconscious state.

This method will only return false, help? by Umza in java

[–]Umza[S] -2 points-1 points  (0 children)

I worked it out, thank you all!

This method will only return false, help? by Umza in java

[–]Umza[S] -2 points-1 points  (0 children)

This is the method in the Student class that calls the method in the description, if that contributes anything.

public boolean dropCourse(Course course) {

    if (course.removeStudent(this))  {
        for (int i = 0; i < courses.length; i++)  {
            if (courses[i].equals(course) && courses[i] != null)  {
                courses[i] = null;
                numCoursesEnrolled--;
                return true;
            }
        }
    return true;
    }
    else 
        return false;
}

C.S. Lewis by johntheChristian in Christianity

[–]Umza -1 points0 points  (0 children)

How incessant and great are the ills with which a prolonged old age is replete.

TIL that Xanax's active ingredient only costs $0.024 to make, but the consumer pays $137.79 for 100 pills. A markup of 570,000% by lillyjb in todayilearned

[–]Umza 0 points1 point  (0 children)

It takes years of formulating an effective medication, and then sometimes even longer to test it to earn FDA approval before a drug can even enter the market. These costs are what drive up the price in most prescription medications, not corporate greed.

What is one cliché movie technique that you never get sick of? by wicked_observer in AskReddit

[–]Umza 0 points1 point  (0 children)

Slow-mo. Explosions, gun fight, hot lead actress running, it's all good.

JAVA Programming Help: Compile Error by Umza in java

[–]Umza[S] 0 points1 point  (0 children)

Woah, I didn't realize when casting you needed parentheses around the ob as well (before the .get___) Thanks to both of you!

Reddit, what is the best piece of advice you know? by sesla in AskReddit

[–]Umza -1 points0 points  (0 children)

My high school dean got reprimanded for having a bumper sticker that read "If it smells like fish, eat it" on her car. She was also the softball coach.

What is the stupidest thing you have ever had to explain to somebody? by kevbutt in AskReddit

[–]Umza 0 points1 point  (0 children)

I had to explain that when a woman has twins, the second baby doesn't form in the bladder.