Back to the problem#
Activity 31 (RPSSL)
Now go back to the problem Rock paper scissors Spock lizard.
- Draw a second flowchart that describes the process of a game round. 
- Implement the program and use the following concepts we have seen before: 
- random number generation 
- raw strings 
- getchar()
- enum
Tip
Update your flowcharts during programming if you need it and vice-versa.
