Hello there,

Get a random value in between 1 and 100 (num1). Add it to the array. Find another random value from 1 to (100 - num1) (num2). Add it to the array. Etc. Continue until the array size...