Java Bubble Sort Bugg | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Java Bubble Sort Bugg

Help, Idk what is wrong with the code. I copied it from an app https://play.google.com/store/apps/details?id=com.dbs.javaprograms I am Not to handy with Java. So I don't know what is happining I am lookin at this from a JavaScript TroubleShooting where Maby I am Missing a on Open function or something https://code.sololearn.com/csxQEODPyiWK/?ref=app

12th Sep 2020, 7:49 PM
Leonardo_Monterey
Leonardo_Monterey - avatar
3 Answers
0
Some weird glitch. You'll have to type this code by yourself in order to make it work I guess. For some reason compiler can't recognize any character in your copied code.
12th Sep 2020, 9:09 PM
Aleksandrs
Aleksandrs - avatar
0
Yes. Compiler can't recognising the charecters. So type yourself. Or atleast to see error, paste Program in default main part ( you commented that above) and run see errors.. Remove all those extra unnecessary charecters.. It may work then.. For copy paste from any Web source, while pasting choose paste as plain text.
12th Sep 2020, 9:35 PM
Jayakrishna 🇮🇳
0
oh wow!!!! I know and understand the bubble sort in Javascript and Python, So I used this code as an example to see why another code that I was using was also not runnin here in the sololearn ide. I guess there is nothing wrong with the code . sooo.... I am not the problem. Well thanks.
13th Sep 2020, 12:23 AM
Leonardo_Monterey
Leonardo_Monterey - avatar