Rock-paper-scissors: Difference between revisions

m
minor grammatical fix
(→‎{{header|BBC Basic}}: Amended header to BBC BASIC - corrected case)
m (minor grammatical fix)
Line 9:
If both players choose the same thing, there is no winner for that round.
 
For this task, the computer will be one of the players. The operator will select Rock, Paper or Scissors and the computer will keep a record of the choice frequency, and use that information to make a [[Probabilistic choice|weighted random choice]] to in an attempt to defeat its opponent.
 
=={{header|Ada}}==