New game: Post what you just copied!

Please register or login

Welcome to ScubaBoard, the world's largest scuba diving community. Registration is not required to read the forums, but we encourage you to join. Joining has its benefits and enables you to participate in the discussions.

Benefits of registering include

  • Ability to post and comment on topics and discussions.
  • A Free photo gallery to share your dive photos with the world.
  • You can make this box go away

Joining is quick and easy. Log in or Register now!

for(int x=0; x<n; x++)

{

for(int y=0; y<n-1; y++)

{

if(array[y]>array[y+1])

{

int temp = array[y+1];

array[y+1] = array[y];

array[y] = temp;

}

}

}

_________________________________________________________________

I was helping a friend add some Javascript bubble code to a website
 
March 1st is suppose to be the date for the 2006 Orange Bowl to be shipped. The "We Are Back" DVD should be done any time now. It is done by the same people that do the Penn State story and they get that done overnight. They should have had most of the video done before the Orange bowl. Hopefully it wont take much longer

Quoting something from a Penn State Football forum
(about the soon to be released DVD's) to comment on ....

(I spend a lot of time toggling between that site and here!)
 

Back
Top Bottom