Given a string, remove all the letters which in ASCII Code are prime numbers.
For Example:
s1 = 'Determine which array elements are prime'
Becomes:
s2 = 'Dtrin which rry lnts r pri'
Additional test cases have been added.
10745 Solvers
Find the numeric mean of the prime numbers in a matrix.
5905 Solvers
328 Solvers
151 Solvers
Sum the real and imaginary parts of a complex number
86 Solvers