202k views
5 votes
Create a flowchart for the "Lucky Spin" competition.

Anyone can join in the competition and the winner will be determined based on the below criteria.
- Users will spin a wheel which has numbers from 1-50.
- A user is allowed to spin the wheel 5 times and total/sum up all the numbers that he spinned.
- If the final total is even, then the user wins. If it's odd, then he/she loses.

User Pkuderov
by
7.6k points

1 Answer

5 votes

Final answer:

To create a flowchart for the "Lucky Spin" competition, follow these steps: start with the 'Start' symbol, add symbols to represent joining the competition and spinning the wheel, and connect the symbols based on the sum of the numbers spun.

Step-by-step explanation:

To create a flowchart for the "Lucky Spin" competition, you can follow these steps:

  1. Start the flowchart with the 'Start' symbol.
  2. Add a rectangle symbol to represent the user joining the competition.
  3. Connect the rectangle symbol to a parallelogram symbol to represent spinning the wheel.
  4. Add a decision diamond symbol to check if the sum of the numbers spun is even or odd.
  5. If the sum is even, connect the decision diamond to a rectangle symbol representing the user winning the competition.
  6. If the sum is odd, connect the decision diamond to a rectangle symbol representing the user losing the competition.
  7. Finish the flowchart with an 'End' symbol.

Here's an example of what the flowchart might look like:

User CReaTuS
by
7.6k points