Create a block using a loop that will determine the number of items that can be purchased based on the price of the item and the total amount available to spend. Include one initialized variable to represent the price amount and another to represent the total avaiable to spend. (we could solve using division, but we need to practice using loop structures.) The block needs to includestatements to display the total number of items that can be purchasedand thetotalamount that would be spent.