Write a program that will ask the user to enter 10 numbers. Saperate those numbers in 2 parts, prime numbers and nonprime NOs. code example
Example: Q5.WAP tofind out the sum of all prime numbers between 1 and n by using a user defined function (say isPRIME) to be used for prime number testing, where n is a value supplied by the user.
Q5.WAP tofind out the sum of all prime numbers between 1 and n by using a user defined function (say isPRIME) to be used for prime number testing, where n is a value supplied by the user.