Posts by S1L3nT • 31 points
1 post
-
2
votes1
answer93
viewsQ: my Bubble Sort does not work well nor a
Code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp4 { class Program { static void Main(string[] args) {…