Execute a Markov algorithm: Difference between revisions

Content added Content deleted
(Expanded example)
m (→‎{{header|Java}}: Use the version argument in "works with")
Line 1,812: Line 1,812:
=={{header|Java}}==
=={{header|Java}}==
{{trans|D}}
{{trans|D}}
{{works with| Java 7}}
{{works with|Java|7}}
<lang java>import java.io.IOException;
<lang java>import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.charset.StandardCharsets;