How can I calculate the Prime Numbers ?
638585May 10 2008 — edited May 20 2008Hi everyone ,
I want to learn how can I do this :
Write a Pl/SQL program using While loop , which will accept integer from 1 to 50 and generate the prime numbers as showen in the following output :
The prime numbers from 1 to 50 are as follows :
1,2,3,5,7,11,13,17,19,23,29,31,37,41,43,47