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
1 Posted Topic
Re: 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 … |
The End.