Sum multiples of 3 and 5: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1:
{{task}}
{{task}}The objective is to write a function that finds the sum of all positive multiples of 3 or 5 below ''n''. Show output for ''n'' = 1000.
 
;Task:
{{task}}The objective is to write a function that finds the sum of all positive multiples of 3 or 5 below ''n''. Show output for ''n'' = 1000.
 
Show output for ''n'' = 1000.
 
 
'''Extra credit:''' do this efficiently for ''n'' = 1e20 or higher.
<br><br>
 
== {{header|APL}} ==