N-th prime
For this question we ask you to compute the n-th prime number.
n = 3
`5`
We want the third prime number which is 5 given that 2, 3 and 5 are the first 3 prime numbers.
n = 5
`11`
"11 is the 5th prime number."
- The resulting prime number is guarenteed to be less than
100000