Back to the problem#
Exercise 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
getchar()enum
Tip
Update your flowchart during programming. Programming and drawing the flowchart can go hand-in-hand.