October 15, 2024

Week 8 - Selections (Reinforcement Activity)

CLASS OBJECTIVE

Create a Raptor algorithm by your own, using selections, assignments, inputs and outputs, to design a Cash Register.


REINFORCEMENT ACTIVITY

You will create a program in Raptor, but this time you will only have a minimum stock of instructions.

This program will help you reinforce an important topic: you'll create a Cash Register  using selections/decisions.

  1. Open Raptor and save the  file (still empty) with the name  Cash Register with selections
  2. The program must ask the user for a product price and a discount (options 0%, 15%, 30% )
  3. After that, the program will follow the selected path to calculate and show the final price.
Use the next image as a base but you must deduce the  configuration for every symbol


Obviously you'll have to turn in using  the Classroom post.




CLASS NOTES

As always, write down in your notebook the title of the class, the objective and follow the instructions.

  • Draw the final flowchart with all the instructions.