RosettaCodeData/Task/24-game-Solve/00DESCRIPTION

10 lines
285 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;task:
2015-02-20 00:35:01 -05:00
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]].
2013-04-10 21:29:02 -07:00
2015-02-20 00:35:01 -05:00
Show examples of solutions generated by the program.
2013-04-10 21:29:02 -07:00
2016-12-05 22:15:40 +01:00
;Related task:
*   [[Arithmetic Evaluator]]
<br><br>