Skip to content

norafrn/Find-Nth-Prime-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

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

About

Java Program to find prime number at a given index.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published