9 lines
285 B
Text
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>
|