RosettaCodeData/Task/Arithmetic-Integer/J/arithmetic-integer-3.j

12 lines
272 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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