coffee

Step 1: Declare a variable to store the number of coffee cups. Step 2: Prompt the user to input the number of coffee cups. Step 3: Read the input from the user and store it in the variable. Step 4: Declare a constant variable to store the price of one coffee cup. Step 5: Calculate the total cost by multiplying the number of coffee cups by the price of one coffee cup. Step 6: Display the total cost to the user.