• Cours
  • Compilateur de code
  • Discuter
  • Tarification
  • Équipes
Menu
+ 1

My code has a bug.

I’m trying To fix the sorting https://code.sololearn.com/c2kBw11ORVJF/?ref=app

c#solelearn
9th Mar 2020, 2:41 AM
Microne mafika
Microne mafika - avatar
1 Réponse
+ 2
In your loops use this, otherwise you get out of range: for(int i=0; i< li.Count -1; i++) { for(int j = 0; j<li.Count -1; j++) and: temp =li[j]; // it should be li[j] li[j]=li[j+1]; li[j+1]=temp;
9th Mar 2020, 6:55 AM
Paul
Paul - avatar

Vous avez souvent des questions comme celle-ci ?

Apprenez de maniĂšre plus efficace, gratuitement :

  • Introduction Ă  Python

    7.1M apprenants

  • Introduction Ă  Java

    4.7M apprenants

  • Introduction Ă  C

    1.5M apprenants

  • Introduction Ă  HTML

    7.5M apprenants

Voir tous les cours
Aujourd'hui en vedette
Is this realistic enough?
1 Votes
đ™”đ™žđ™œđ™ł đšƒđ™·đ™Ž đ™žđ™œđ™żđš„đšƒ đ™Ÿđ™” đšƒđ™·đ™Ž đ™żđšđ™Ÿđ™¶đšđ™°đ™Œ
1 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
Need friends
0 Votes
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
0 Votes
Can someone explain inline and block elements please
0 Votes
I am a beginner, please teach me how to use Python
0 Votes
Python
1 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes