1 Reputation Point
Ranked #4K
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
~785 People Reached
Favorite Forums
Favorite Tags
5 Posted Topics
For question 2: decrypted by using: [code=python] str = "UMTPORMHTRNSDCYTDTIEPREITIPATAGRAIBS" count = 0 length = len(str)/2 while count<length: print str[len(str)-1-count], print str[count], count+=1 [/code] which give: S U B M I T A P R O G R A M T H A T P R I N T S …
can you post the error message that your compiler gave you? It may at least point you/us to a line where the error is instead of having to look through your code for it.
Re: bubble sort help
So you don't want a bubble sort then, you would rather have a selection sort that instead you find the largest value and put it in the end.
Re: Java compiler
I would highly recommend downloading and using eclipse. It's free software and is a wonderful program to use and easy to set up.
The End.
griefers