Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 278 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 278 Bytes

Find Nth Prime Number

Java Program to find prime number at a given index.

Project Description

Program will take an integer n as input and will output the prime number at that index

  • Prime Numbers: 2, 3, 5, 7, 11, 13...
    1st prime > 2
    5th prime > 11