A basic Java console application that simulates a simple shopping cart experience. The program prompts the user to enter an item name, its price, and the desired quantity. It then calculates the total cost by multiplying the price by the quantity and displays a purchase summary showing the number of items bought and the total price in dollars.