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

Check is Prime Number #9

Open
emrerenJs opened this issue Jul 24, 2022 · 2 comments · May be fixed by #18
Open

Check is Prime Number #9

emrerenJs opened this issue Jul 24, 2022 · 2 comments · May be fixed by #18

Comments

@emrerenJs
Copy link
Collaborator

emrerenJs commented Jul 24, 2022

Read a number from console and check is prime number or not with a recursive function.

Example prime numbers:
2, 3, 5, 7, 11, 13, 17

Example :
N : 23
Output : 23 is a prime number!

N : 32
Output : 32 is not a prime number..

N : 17
Output : 17 is a prime number!

Difficulty : 10/5

@HusnaSari
Copy link
Owner

HusnaSari commented Aug 7, 2022

Eta:1 hour

@HusnaSari
Copy link
Owner

Ata: 35 minutes

@HusnaSari HusnaSari linked a pull request Aug 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants