Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Commit #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Initial Commit #4

wants to merge 4 commits into from

Conversation

garyanewsome
Copy link
Member

Initial commit for Assignment 7 arrays.

Initial commit for Assignment 7 arrays.
if(trayValue >= 2 && trayValue <= 12){
return -1; // means the die value is outside the bounds of 2 d6
return -1; // means the die value is INSIDE the bounds of 2 d6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

Paid large consulting fee, received help, made corrections.
Thinking ahead
@stevenPlas
Copy link

Code looks good man!

for (int panels = 0; panels < PANEL_COUNT; panels++) {
this.dice.stream().forEach((die) -> {
die.roll();
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting substitute for a nested for loop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants