Question: Write Kotlin program that will play a simplified version of paper rock scissor game. It is simplified because we are not going to get any
Write Kotlin program that will play a simplified version of paper rock scissor game. It is simplified because we are not going to get any input from user (we have not learned that) we will just hardcode some choices in the code. Actually, you need to write two programs. The first program should use the conditional expression to assign either the value "player 1" or "player 2" or "tie" to variable winner and then display the value of winner variable. The second program should be similar to first but use when statement instead of if else.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
