Explore what CodeHS has to offer for districts, schools, and teachers.
Click on one of our programs below to get started coding in the sandbox!
View All
Consider the following code segment:
temp ← playerOne <MISSING CODE> playerTwo ← temp
Which of the following replacements for <MISSING CODE> will result in swapping the values for variables playerOne and playerTwo?
<MISSING CODE>
playerOne
playerTwo
temp ← playerTwo
playerOne ← temp
playerTwo ← playerOne
playerOne ← playerTwo