Sum and product of an array: Difference between revisions

Content added Content deleted
(Added Bracmat example)
m (→‎{{header|REXX}}: removed "style" from PRE html tag.)
Line 1,535: Line 1,535:
/*stick a fork in it, we're done. */</lang>
/*stick a fork in it, we're done. */</lang>
'''output'''
'''output'''
<pre>
<pre style="overflow:scroll">
sum of 20 elements for the Y array is: 210
sum of 20 elements for the Y array is: 210
product of 20 elements for the Y array is: 2432902008176640000
product of 20 elements for the Y array is: 2432902008176640000