24 game/Solve: Difference between revisions

Content deleted Content added
m Phrasing
m Consistency in phrasing
Line 2: Line 2:
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]].
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 function.
Show examples of solutions generated by the program.


C.F: [[Arithmetic Evaluator]]
C.F: [[Arithmetic Evaluator]]