Skip to content

the program should return the sum of multiples the number 3 and the number 5 for any given number

Notifications You must be signed in to change notification settings

Ammar-alnatsheh/Multiples_of_3_and_5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Multiples_of_3_and_5

the program should return the sum of multiples the number 3 and the number 5 for any given number as an example: the sumation of Multiples_of_3_and_5(10) will return 23 because 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.

About

the program should return the sum of multiples the number 3 and the number 5 for any given number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages