Sha256: c40a81fbd4b6efaf7ebbda9993382552e36a2d57e1fe8089dc808331b637b861
Contents?: true
Size: 235 Bytes
Versions: 10
Compression:
Stored size: 235 Bytes
Contents
x = getKBValue prompt:"First number" y = getKBValue prompt:"Second number:" format "Sum: %\n" (x + y) format "Difference: %\n" (x - y) format "Product: %\n" (x * y) format "Quotient: %\n" (x / y) format "Remainder: %\n" (mod x y)
Version data entries
10 entries across 7 versions & 1 rubygems