Sha256: 56c1a85d6d9ba024c49919ff26b0629164847a716f2657481b37dd11d1929bda

Contents?: true

Size: 1.15 KB

Versions: 10

Compression:

Stored size: 1.15 KB

Contents

To run:
Start up.
Demonstrate integer arithmetic.
Wait for the escape key.
Shut down.

To demonstrate integer arithmetic:
Write "Enter a number: " to the console without advancing.
Read a number from the console.
Write "Enter another number: " to the console without advancing.
Read another number from the console.
Show the arithmetic operations between the number and the other number.

To show the arithmetic operations between a number and another number:
Write the number plus the other number then " is the sum." to the console.
Write the number minus the other number then " is the difference." to the console.
Write the number times the other number then " is the product." to the console.
Show the division of the number by the other number.
Raise the number to the other number.
Write the number then " is the power." to the console.

To show the division of a number by another number:
Privatize the number.
Divide the number by the other number giving a quotient [rounding toward zero] and a remainder [with the same sign as the dividend].
Write the quotient then " is the quotient." to the console.
Write the remainder then " is the remainder." to the console.

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/arithmetic.integer/plain_english.txt
zettacode-0.1.6 files.zettacode/arithmetic.integer/plain_english.txt
zettacode-0.1.6 files.zettacode2/arithmetic.integer/plain_english.txt
zettacode-0.1.5 files.zettacode/arithmetic.integer/plain_english.txt
zettacode-0.1.5 files.zettacode2/arithmetic.integer/plain_english.txt
zettacode-0.1.4 files.zettacode/arithmetic.integer/plain_english.txt
zettacode-0.1.4 files.zettacode2/arithmetic.integer/plain_english.txt
zettacode-0.1.3 files.zettacode/arithmetic.integer/plain_english.txt
zettacode-0.1.2 files.zettacode/arithmetic.integer/plain_english.txt
zettacode-0.1.1 zettacode.files/arithmetic.integer/plain_english.txt