Worked perfectly through each code change iteration. Awesome. Thank you so much.....JT
@ComputerScienceLessons Жыл бұрын
I'm so happy to be part of your learning journey. You made my day (again). Thanks :)KD
@kefabosire2 жыл бұрын
Nice Work very well explained
@donut30873 жыл бұрын
Is there a video where you deal with multidimensional array?😫
@ComputerScienceLessons3 жыл бұрын
I cover multidimensional arrays in the two videos below kzbin.info/www/bejne/pYiwaJmgls6KrZI kzbin.info/www/bejne/a6ayY2CBmb9mY6s :)KD
@hueyhorseman4 жыл бұрын
Hi I'm new to your chinannel so I hope you won't mind if I ask questions...the first one being can this same process work with string instead of numbers
@leofin88714 жыл бұрын
You probably can, if you want to swap alphabetically. Maybe you could check if the ascii character of the first initial is bigger than the next element in the array using Chr(). I'm trying to figure this out now for some homework to make a leaderboard (there is also array.sort which can take 2 parameters and sorts the second based on the first (e.g, array.sort(scores,names)) but I want to try using a bubble sort