Generate a new array of random values between 0 and 100
Bubble sort moves one val into position during each iteration; iteratively finding the largest val and moving it into position
Made by