RosettaCodeData/Task/24-game-Solve/00-TASK.txt
2023-07-01 13:44:08 -04: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>