Arithmetic numbers: Difference between revisions

m
→‎{{header|J}}: include J's prompt (three spaces) for the first line in the examples.
m (→‎{{header|J}}: example goes in example section, also it's faster to not test numbers larger than a million)
m (→‎{{header|J}}: include J's prompt (three spaces) for the first line in the examples.)
Line 87:
 
Task examples:
<lang J> example=: >:I.isArith>:i.1e6
10 10$example
1 3 5 6 7 11 13 14 15 17
6,962

edits