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 available to spend.  The block  needs to include statements to display the total number of items that  can be purchased and the total amount that would be spent.