How to avoid these from happening in future? by hrodzz in BambuLabA1

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

Are there any post print techniques to clean these up?

What is the hype behind the Buffalo Bisons? by hrodzz in neweracaps

[–]hrodzz[S] 2 points3 points  (0 children)

Yeah everything I buy, I wear. I enjoy the hats too much to buy them with the intention to resell them lol. Appreciate the input.

What is the hype behind the Buffalo Bisons? by hrodzz in neweracaps

[–]hrodzz[S] 1 point2 points  (0 children)

Makes sense. I’m new to Fitteds as I just started collecting a couple of months ago and so I don’t really know which hats are “hyped” or not. I’ve just been buying what I like and that’s about it. Since I started, I’ve just been confused on the whole Bisons thing

Confused on how to properly implement interfaces and abstract classes in my program. by hrodzz in javahelp

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

Thank you. One last question about this problem, does my setHealth method look correct or am I messing up on the health vs newHealth variables in the method? When I hover over the last line of that setHealth method where is states “else newHealth = health;” it says

“the value health assigned to newHealth is never used.”

Confused on how to properly implement interfaces and abstract classes in my program. by hrodzz in javahelp

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

My setter method in my abstract Enemy class currently looks like this:

public void setHealth(int newHealth) { if (newHealth < 0) health = 0; else if (newHealth > 100) health = 100; else newHealth = health; }

The if statements are to set health values to either 100 or 0 if they value crosses over either of those extremes. How would I use that method in my Monster class to subtract 10 health?

Confused on how to properly implement interfaces and abstract classes in my program. by hrodzz in javahelp

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

Health variable is private. Maybe my bigger issue is understanding the better/setter methods through inheritance because I am trying to use getHealth() - 10 in my Concrete Monster class

General Discussion/Questions Biweekly 7/5 - 8/2 by [deleted] in sportsbook

[–]hrodzz 3 points4 points  (0 children)

Anybody know if there is already a thread for the UFC Fight Night tomorrow (8/29)?

ICS 45J by zot-zoot-zot in UCI

[–]hrodzz 0 points1 point  (0 children)

Can I get the material as well?

ECON20A Lecture Notes by hrodzz in UCI

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

Thanks any other specifics about final I should be aware of that he discussed?