Posts by user61485 • 11 points
1 post
-
1
votes2
answers438
viewsQ: Bubblesort random numbers
The numbers are generated randomly in the vector, but when I call the function Bublle to sort the result returns 0. Someone can help me???? using System; namespace BubbleSort_CSharp { class Program…