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

Assignment 7: Arrays #1

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

Conversation

sshurie
Copy link
Member

@sshurie sshurie commented Oct 17, 2015

Create a die and a dice tower class using arrays. Test the input using
two methods to make sure that the classes and their methods have been constructed
correctly.

Create a die and a dice tower class using arrays. Test the input using
two methods to make sure that the classes have been constructed
correctly.


int sides;
int value;
Copy link
Member

Choose a reason for hiding this comment

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

These fields should be private

changes fields of the die class to private, fixes to method calls in
diceTower class
@ninjapanzer
Copy link
Member

Perfect :shipit:

@stevenPlas
Copy link

Good work!

@ztmurphy21
Copy link
Member

Program looks great. Like the xml part of it.

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