One way of writing an algorithm is as a flowchart. Flowcharts use symbols to represent how the system works and help the programmer come up with the right set of instructions. And remember ...
# for the purpose of this example the array starts at 1 Options ← [“paper”, “rock”, “scissors”] OUTPUT “Please enter your choice: 1, 2, or 3:” player_choice ← USERINPUT comp ...