Bubble Sort Problem Oh man looks like I have to go over the code maybe redo it abit so I can get a better understanding....
Bubble Sort Problem Omg I did it!!! it's supposed to be index +1! At line 34! for (index=0;index+1<num;index++) Thanks...
Bubble Sort Problem [code] #include <iostream> using namespace std; int main () { int num; int index; co...
Bubble Sort Problem I don't know why but the same problem still occurs. The biggest number becomes 0 during the first so...
Bubble Sort Problem Sorry but what's wrong with the line? 😅🙏
This user does not accept Private Messages