Write a user-defined function that creates a vector whose elements are the prime numbers between two numbers. For the function name and arguments use pr = Primary(a, b). The input to the function are two numbers (integers) a and b (such that a<b), and the output pr is a vector in which the elements are the prime numbers between a and b.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.