Skip to content

Added program to check if a number is prime in C#2530

Open
Gnana1607 wants to merge 1 commit into
shivaylamba:masterfrom
Gnana1607:patch-6
Open

Added program to check if a number is prime in C#2530
Gnana1607 wants to merge 1 commit into
shivaylamba:masterfrom
Gnana1607:patch-6

Conversation

@Gnana1607
Copy link
Copy Markdown

This simple C program will help you identify the prime number By following the rule for primes: That is the number should have any other divisors other 1 and itself

Pull Request

Related issue

Fixes #<issue_number>

What does this PR do?

  • ...

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

This simple C program will help you identify the prime number
By following the rule for primes: That is the number should have any other divisors other 1 and itself
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant