3. Multiples of 3 or 5 If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. We are looking for a method that given an positive integer n, it finds the sum of all the multiples of 3 or 5 below n. a) Implement this method. b) Print out the results on the following inputs to see whether your method gives you what you expect: i. 5 ii. iii. iv. V. 10 500 (it should return 57918) 1000 (it should return 233168) 333

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question

python

3. Multiples of 3 or 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these
multiples is 23. We are looking for a method that given an positive integer n, it finds the sum of all the multiples
of 3 or 5 below n.
a) Implement this method.
b) Print out the results on the following inputs to see whether your method gives you what you expect:
i.
5
ii.
10
iii.
500 (it should return 57918)
iv.
1000 (it should return 233168)
V.
333
Transcribed Image Text:3. Multiples of 3 or 5 If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. We are looking for a method that given an positive integer n, it finds the sum of all the multiples of 3 or 5 below n. a) Implement this method. b) Print out the results on the following inputs to see whether your method gives you what you expect: i. 5 ii. 10 iii. 500 (it should return 57918) iv. 1000 (it should return 233168) V. 333
Expert Solution
steps

Step by step

Solved in 3 steps with 5 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr