Sum multiples of 3 and 5: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: More clear.)
(Edit non-controversial bits of task description.)
Line 1: Line 1:
{{draft task}}The objective is to find the sum of multiplies of 3 or 5 below ''n'' within a function. Test it with n = 1000.
{{draft 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.


== {{header|BASIC}} ==
== {{header|BASIC}} ==