Please help me to do this exercise
843789Apr 12 2009 — edited May 12 2009Create isPrimeNumber method to show n prime numbers.
Example:
A call to showPrimeNumbers(4) will return 2 3 5 7
We should use If, loop and method only in this exercise.
I got confused at how to use a variable n (Scanner object) to limit the number of Prime numbers
Thax you for your helps