top of page

SWIFT FOR VCE SOFTWARE DEVELOPMENT

3. Gloria Chinos

Complete the following steps for the case study


  1. Complete an IPO

  2. Create the Algorithm in Pseudocode

  3. Design a suitable user interface

  4. Create the interface you designed

  5. Code the solution

  6. Test your solution

You have been asked to create an application for Gloria Chinos Coffee Shop. The application’s interface should allow the user to enter two items: the number of kilos of Guatemalan organic single origin coffee ordered and the number of kilos of Columbian popayan organic coffee ordered. The application should display the total number of kilos of coffee ordered and the total price of the order. A kilo of coffee at Gloria Chinos Coffee Shop costs $60.35.


Hint: I would like you to output the total price formatted for $







Comments


bottom of page