Bulls and cows/Player: Difference between revisions

m
Fix variable name typo
m (→‎{{header|Wren}}: Changed to Wren S/H)
m (Fix variable name typo)
 
Line 146:
Testant : constant Sequence := V.Element (Position);
Bull_Score : Natural := 0;
Cows_ScoreCow_Score : Natural := 0;
begin
for I in Testant'Range loop
Line 252:
Cows:2
The sequence you thought has to be: 8 3 9 5</pre>
 
=={{header|ALGOL 68}}==
<syntaxhighlight lang="algol68">
2

edits