|
Advertisement
|
Forum posts by dork:1 page [ 1 ]
Posted in Java Answers Forum, May 11, 2002, 2:21 AM
i cant remove package bubble..im using JBuilder to create it and it requires that at the start to run......must be something else, and i cant change from JBuilder cos its for an assingment and its what we use
Posted in Java Answers Forum, May 8, 2002, 6:12 AM
Ok, well im closer but there is still something mising..The bubble sort question seems to have smoothened out however....I get a msg saying the java virtual machine could not find the main classThis is my code:package bubble;/** * Title:Ex 5.5 * Description: This program uses a bubble sort to sort numbers * from highest to lowest and then...
Posted in Java Answers Forum, May 4, 2002, 3:39 AM
cheers for ya help...betta than nothgin, that solution i gave me worked tooTHANKS.n e one out there able to help me with the rest of it ???
Posted in Java Answers Forum, May 2, 2002, 8:25 AM
i got a few problems here.....1.BUBBLE QUESTION:Write a sort method using the bubble sort algorithm. The bubble sort algorithm makes several passes through the array. On each pass, neighbouring pairs are compared successively. If a pair is in decreasing order, its values are swapped; otherwise, the values remain un changed. The technique is...
1 page [ 1 ]
|