i cant get the question actually i cant understand the question so is there any way that someone can teach me the meaning
Meaning of the question
Hi Aditi, the question is very simple. You just have to print the nth prime number given a value of n. For example, the first prime number is 2, the 5th prime number is 11 etc.
You may use the sieve of eratosthenes to reduce the complexity of this question.