Your second for loop is pretty wacky. You want an outer loop that goes from 0 to 1 less than STORES, and inside that, a loop that prints asterisks based on the number inside your sales array.