Name:    24-sol1.btm.
Status:  Freeware.
Size:    3500 bytes.
Special requirements: 4DOS, NDOS
Group:   MS-DOS, 4DOS, Batch
Uploaded by the author. Hans Tenkink  e-mail: tenkink@nfra.nl
         An educational calculus game. Popular in the Netherlands. (1996)
         The 24-game is simple: given four digits from 1 to 9 and the operations
         + - x :.
         By using every digit one time the number 24 must be produced.
Example: Given 1 2 4 8
Solutions:  (8x1-2)x4=24; (1x4+8)x2=24; (4+8)x(2:1)=24; etc.
Purpose: This 4DOS batch gives solutions to the 24-game.
To run the program give the four digits as parameters.
Example: 24-sol1 4 6 7 1
