Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~473 People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for asiawilliams

Misread your post at first. You are calling a method in a totally different class. Replace line 81: getIntegerFromUser.getIntegerFromUser(menu, 1, items.length); You have to reference the class and then call the static method. Also, proper Java naming convention is to name classes with a capital letter. You can consolidate these …

Member Avatar for Taywin
0
473

The End.