Skip to content

yah-error/LAB_FUNCTIONS_2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

LAB_FUNCTIONS_2

Create a function : find_primes that takes in 2 parameters of type int , and print the prime numbers between the first parameter and the second parameter .

hint

a prime number i a number that is divisible only by itself and 1 (e.g. 2, 3, 5, 7, 11)
Also , you can think of it as A Prime Number is a number that cannot be made by multiplying other whole numbers

for example, primes between 25 and 50 are:

29
31
37
41
43
47

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published