An open API service indexing awesome lists of open source software.

https://github.com/dbc2201/primenumberchecker


https://github.com/dbc2201/primenumberchecker

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Leap Year Checker

## Java Programming Course

---

**Course 1**: Problem-Solving and Computational Thinking in Java

**Sprint 5**: Working with Looping Constructs

---

Problem Statement
---

Write a program in Java to find a given number is a prime number or not.

---

Task
---

1. Open the [source code file](src/main/java/io/github/dbc/PrimeNumberChecker.java) and complete the code.
2. Open the [test case file](src/test/java/io/github/dbc/PrimeNumberCheckerTest.java) and run the test cases to check
your code.

---

Fun Resources
---

1. [Prime Number on NumberPhile's YouTube Channel](https://youtube.com/playlist?list=PL0D0BD149128BB06F)
2. [The Pattern to Prime Numbers?](https://youtu.be/dktH8hJadyU)
3. [The Sieve of Eratosthenes](https://youtu.be/Lj_SzTGr-G4)