Question: Write a Kotlin program that will play a simplified version of the rock paper scissor game. It is simplified because we are not going to

Write a Kotlin program that will play a simplified version of the rock paper scissor game. It is simplified because we are not going to get any input from the user. 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 the variable winner and then display the value of the winner variable. The second program should be similar to the first but use a when statement instead of an if-else.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!