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
~1K People Reached
Favorite Forums
Favorite Tags
java x 15
Member Avatar for Kathy0410

Is there a way to modify the bubble sort algorithm so that it will stop as soon as it recognizes that the list is sorted?

Member Avatar for JamesCherrill
0
89
Member Avatar for Kathy0410

My issue is creating the interface payable and making it compile properly. I have to modify an example out of the book such that is shows polymorphism using an different interface called Payable. This is what I have for my interface: interface Payable { //----------------------------------------------------------------- // Creates a staff of …

Member Avatar for Kathy0410
0
133
Member Avatar for Kathy0410

Hello everyone. I have this program to write for my college course. I listed the instructions below. The problem I have is the starting point. I don't know where to begin. Would it make sense to have a class called Sports, class called mySports, and then classes such as Basketball..etc …

Member Avatar for JamesCherrill
0
179
Member Avatar for Kathy0410

I have this program I'm writing. I need help with the bet part of the program. I'll give you an idea of what I'm doing: The player starts with $500. He can bet between 0 and his current amount left on next turn. If he bets 0 the game is …

Member Avatar for NormR1
0
634