Using a loop (and not recursion), define a function isPrime(n) that tells whether a given positive integer n is prime. Write Add your own Execute part that performs a few tests.

 

    [Language: Cinnameg  Kind: program]