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
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for speterson

I have to use two seperate classes in seperate files, one is a driver while the other is the program. It has to use an interface, toString, and have no arg default constructor and a full arg constructor. The toString has to create a formatted table of data from a …

Member Avatar for peter_budo
0
46
Member Avatar for speterson

For a homework assignment, I have to create a random salary generator which is pretty easy. We have to create a random number of employees, 3-15 only and then the number of years of that salary with a limit of 3-15. This is easy so far. After this, we have …

Member Avatar for Ezzaral
0
333
Member Avatar for speterson

In my Java class, we have to randomly create basketball teams and random scores, then average the scores for each team, and average the scores for each game. I am not sure how to average the score for each game, meaning adding scores vertically in a vector versus adding scores …

Member Avatar for Ezzaral
0
2K
Member Avatar for speterson

I am having another problem with a new project for my programming class. We have to create an ATM that the user enters the account and pin number to get to a main menu. The program consists of a form for each type of activity(logging on, the main menu, withdrawal, …

Member Avatar for iamthwee
0
73
Member Avatar for speterson

I am having problems trying to create arrays from text files. The text files created from the program I am working on is like this: Name Test1 Test2 Test3 Avg Grade =================================== Student 999 999 999 999 X The first two lines in this are headings that are added into …

Member Avatar for speterson
0
248