Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

C++ Program to Check Whether a Number is Prime or Not #22

Open
Sachindrck opened this issue Oct 2, 2022 · 4 comments
Open

C++ Program to Check Whether a Number is Prime or Not #22

Sachindrck opened this issue Oct 2, 2022 · 4 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@Sachindrck
Copy link
Owner

A positive integer which is only divisible by 1 and itself is known as prime number.

For example: 13 is a prime number because it is only divisible by 1 and 13 but, 15 is not prime number because it is divisible by 1, 3, 5 and 15.

Note: 0 and 1 are not prime numbers.

@Sachindrck Sachindrck added the good first issue Good for newcomers label Oct 2, 2022
@coder-mohan
Copy link
Contributor

I'll do it assign it to me @Sachindrck

@Sachindrck
Copy link
Owner Author

@coder-mohan ok, assigned.

@coder-mohan
Copy link
Contributor

hey @Sachindrck i have done the check prime question. can you please check and merge it with hacktoberfest label .

@18Ayushi
Copy link

18Ayushi commented Oct 7, 2022

@Sachindrck i want to work on this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants