VSU Mypages

(or any subclass) and returns an array of the Skus that have a cost above 100. Hint: you have to know how many high cost Skus there are before you can create the array that is the proper size. Thus, loop through and find out how many, then create the array, the loop again to populate the array. ................
................