RosettaCodeData/Task/24-game-Solve/00DESCRIPTION
2016-12-05 22:15:40 +01:00

9 lines
285 B
Text

;task:
Write a program that takes four digits, either from user input or by random generation, and computes arithmetic expressions following the rules of the [[24 game]].
Show examples of solutions generated by the program.
;Related task:
*   [[Arithmetic Evaluator]]
<br><br>