RosettaCodeData/Task/Arithmetic-Integer/J/arithmetic-integer-3.j
2023-07-01 13:44:08 -04:00

11 lines
272 B
Text

labels =: ];.2 'Sum: Difference: Product: Quotient: Remainder: Exponentiation: '
combine =: ,. ":@,.
bia =: labels combine calc
17 bia 3
Sum: 20
Difference: 14
Product: 51
Quotient: 5
Remainder: 2
Exponentiation: 4913