RAA - ten4digits

ten4digits / 0.1

Short description: Make 10 from 4 digits
Category: Application/game
Status: prototype
Created: 2010-02-02 12:58:06 GMT
Last update: 2010-02-02 13:24:22 GMT
Owner: PCR (Projects of this owner)
Homepage: not available
Download: http://www.geocities.jp/kotoshio/ruby/ten4digits.rb
License: Ruby's
Dependency:
None
Description:

Simple game to make 10 from 4 digits by adding, subtracting, multiplying and dividing.
Ex1: 1 2 3 4 ==> (2 * 3) * 1 + 4 = 10.
Ex2: 2 2 2 2 ==> 2 * 2 * 2 + 2 = 10.

By giving 9999 to this program, you can get the answer:
((9 * 9) + 9) / 9 = 10

Edit this project (for project owner)

back to RAA top