Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PrimeNo.java in java with Explanation via comments in code #21

Closed
wants to merge 1 commit into from
Closed

Conversation

Mohitraut07
Copy link
Contributor

Issue: #1
This program is a basic way to determine whether a number is prime or not by counting its divisors. Prime numbers have exactly two divisors (1 and the number itself), while non-prime numbers have more than two divisors.

This program is a basic way to determine whether a number is prime or not by counting its divisors. Prime numbers have exactly two divisors (1 and the number itself), while non-prime numbers have more than two divisors.
@Mohitraut07
Copy link
Contributor Author

@astush1001 please review the PR.

@Mohitraut07 Mohitraut07 closed this by deleting the head repository Oct 30, 2023
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